/freebsd/sys/dev/ice/ |
H A D | ice_dcb.h | 219 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, 247 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype,
|
H A D | ice_dcb.c | 40 * @mib_type: Local, Remote or both Local and Remote MIBs 50 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, in ice_aq_get_lldp_mib() argument 65 cmd->type = mib_type & ICE_AQ_LLDP_MIB_TYPE_M; in ice_aq_get_lldp_mib() 777 * @mib_type: MIB type for the query 784 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, in ice_aq_get_dcb_cfg() argument 795 ret = ice_aq_get_lldp_mib(hw, bridgetype, mib_type, (void *)lldpmib, in ice_aq_get_dcb_cfg() 1733 u8 mib_type, *lldpmib = NULL; in ice_set_dcb_cfg() local 1751 mib_type = SET_LOCAL_MIB_TYPE_LOCAL_MIB; in ice_set_dcb_cfg() 1753 mib_type |= SET_LOCAL_MIB_TYPE_CEE_NON_WILLING; in ice_set_dcb_cfg() 1756 ret = ice_aq_set_lldp_mib(hw, mib_type, (voi in ice_set_dcb_cfg() [all...] |
H A D | ice_common.h | 362 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size,
|
H A D | ice_lib.c | 8626 u8 mib_type, bridge_type, tx_status; in ice_vsi_setup_q_map() 8647 mib_type = (params->type & ICE_AQ_LLDP_MIB_TYPE_M) >> in ice_vsi_setup_q_map() 8655 mib_type_strings[mib_type], bridge_type_strings[bridge_type], 8662 ice_debug(&sc->hw, ICE_DBG_DCB, "- %s contents:\n", mib_type_strings[mib_type]); 9125 u8 mib_type, bridge_type; in ice_cfg_pf_ethertype_filters() 9133 mib_type = (params->type & ICE_AQ_LLDP_MIB_TYPE_M) >> in ice_cfg_pf_ethertype_filters() 9145 if (mib_type == ICE_AQ_LLDP_MIB_REMOTE) { in ice_cfg_pf_ethertype_filters() 8437 u8 mib_type, bridge_type, tx_status; ice_debug_print_mib_change_event() local 8936 u8 mib_type, bridge_type; ice_handle_mib_change_event() local
|
H A D | ice_common.c | 6760 * @mib_type: Local, Remote or both Local and Remote MIBs 6768 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size, 6784 cmd->type = mib_type; 6463 ice_aq_set_lldp_mib(struct ice_hw * hw,u8 mib_type,void * buf,u16 buf_size,struct ice_sq_cd * cd) ice_aq_set_lldp_mib() argument
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_dcb.c | 589 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type, in i40e_aq_get_dcb_config() argument 603 ret = i40e_aq_get_lldp_mib(hw, bridgetype, mib_type, in i40e_aq_get_dcb_config() 1281 u8 mib_type, *lldpmib; in i40e_set_dcb_config() local 1291 mib_type = SET_LOCAL_MIB_AC_TYPE_LOCAL_MIB; in i40e_set_dcb_config() 1293 mib_type |= SET_LOCAL_MIB_AC_TYPE_NON_WILLING_APPS << in i40e_set_dcb_config() 1298 ret = i40e_aq_set_lldp_mib(hw, mib_type, (void *)lldpmib, miblen, NULL); in i40e_set_dcb_config()
|
H A D | i40e_dcb.h | 225 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type,
|
H A D | i40e_prototype.h | 292 u8 mib_type, void *buff, u16 buff_size, 296 u8 mib_type, void *buff, u16 buff_size,
|
H A D | i40e_common.c | 4270 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_get_lldp_mib() argument 4288 cmd->type = mib_type & I40E_AQ_LLDP_MIB_TYPE_MASK; in i40e_aq_get_lldp_mib() 4320 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_set_lldp_mib() argument 4339 cmd->type = mib_type; in i40e_aq_set_lldp_mib()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | bcm_osal.h | 224 static inline void OSAL_DCBX_AEN(void *p_hwfn, u32 mib_type) in OSAL_DCBX_AEN() argument
|