Home
last modified time | relevance | path

Searched defs:mib_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_dcb.c589 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type, in i40e_aq_get_dcb_config()
1281 u8 mib_type, *lldpmib; in i40e_set_dcb_config() local
H A Di40e_common.c4270 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_get_lldp_mib()
4320 u8 mib_type, void *buff, u16 buff_size, in i40e_aq_set_lldp_mib()
/freebsd/sys/dev/ice/
H A Dice_dcb.c50 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, in ice_aq_get_lldp_mib() argument
784 ice_aq_get_dcb_cfg(struct ice_hw *hw, u8 mib_type, u8 bridgetype, in ice_aq_get_dcb_cfg() argument
1733 u8 mib_type, *lldpmib = NULL; in ice_set_dcb_cfg() local
[all...]
H A Dice_lib.c8437 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 Dice_common.c6463 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/qlnx/qlnxe/
H A Dbcm_osal.h224 static inline void OSAL_DCBX_AEN(void *p_hwfn, u32 mib_type) in OSAL_DCBX_AEN()