| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.h | 176 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, 186 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype,
|
| H A D | ice_dcb.c | 23 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, in ice_aq_get_lldp_mib() argument 38 cmd->type = mib_type & ICE_AQ_LLDP_MIB_TYPE_M; in ice_aq_get_lldp_mib() 652 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, in ice_aq_get_dcb_cfg() argument 663 ret = ice_aq_get_lldp_mib(hw, bridgetype, mib_type, (void *)lldpmib, in ice_aq_get_dcb_cfg() 1280 u8 mib_type, *lldpmib = NULL; in ice_set_dcb_cfg() local 1298 mib_type = SET_LOCAL_MIB_TYPE_LOCAL_MIB; in ice_set_dcb_cfg() 1300 mib_type |= SET_LOCAL_MIB_TYPE_CEE_NON_WILLING; in ice_set_dcb_cfg() 1303 ret = ice_aq_set_lldp_mib(hw, mib_type, (void *)lldpmib, miblen, in ice_set_dcb_cfg()
|
| H A D | ice_common.h | 216 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size,
|
| H A D | ice_common.c | 4740 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size, in ice_aq_set_lldp_mib() argument 4756 cmd->type = mib_type; in ice_aq_set_lldp_mib()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 554 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type, in i40e_aq_get_dcb_config() argument 568 ret = i40e_aq_get_lldp_mib(hw, bridgetype, mib_type, in i40e_aq_get_dcb_config() 1245 u8 mib_type, *lldpmib; in i40e_set_dcb_config() local 1255 mib_type = SET_LOCAL_MIB_AC_TYPE_LOCAL_MIB; in i40e_set_dcb_config() 1257 mib_type |= SET_LOCAL_MIB_AC_TYPE_NON_WILLING_APPS << in i40e_set_dcb_config() 1262 ret = i40e_aq_set_lldp_mib(hw, mib_type, (void *)lldpmib, miblen, NULL); in i40e_set_dcb_config()
|
| H A D | i40e_dcb.h | 196 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type,
|
| H A D | i40e_prototype.h | 266 u8 mib_type, void *buff, u16 buff_size, 270 u8 mib_type, void *buff, u16 buff_size,
|
| H A D | i40e_common.c | 4356 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_get_lldp_mib() argument 4374 cmd->type = mib_type & I40E_AQ_LLDP_MIB_TYPE_MASK; in i40e_aq_get_lldp_mib() 4406 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_set_lldp_mib() argument 4425 cmd->type = mib_type; in i40e_aq_set_lldp_mib()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 346 #define OSAL_DCBX_AEN(hwfn, mib_type) nothing argument
|