blob: 76443dd0d9f1d119f664d801e34546232444ab0e [file] [log] [blame]
/*
* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all copies.
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/**
* @defgroup
* @{
*/
#ifndef _HPPE_STP_H_
#define _HPPE_STP_H_
#define CST_STATE_MAX_ENTRY 8
sw_error_t
hppe_cst_state_get(
a_uint32_t dev_id,
a_uint32_t index,
union cst_state_u *value);
sw_error_t
hppe_cst_state_set(
a_uint32_t dev_id,
a_uint32_t index,
union cst_state_u *value);
sw_error_t
hppe_cst_state_port_state_get(
a_uint32_t dev_id,
a_uint32_t index,
a_uint32_t *value);
sw_error_t
hppe_cst_state_port_state_set(
a_uint32_t dev_id,
a_uint32_t index,
a_uint32_t value);
#endif