Searched refs:bridge_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_dcb.h204 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf,
208 ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv,
212 ice_aq_update_lldp_tlv(struct ice_hw *hw, u8 bridge_type, void *buf,
H A Dice_dcb.c40 * @bridge_type: type of bridge requested
51 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, argument
67 cmd->type |= (bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) &
112 * @bridge_type: type of bridge
132 ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv, argument
153 cmd->type = ((bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) &
167 * @bridge_type: type of bridge
181 ice_aq_update_lldp_tlv(struct ice_hw *hw, u8 bridge_type, void *buf, argument
198 cmd->type = ((bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) &
H A Dice_lib.c7010 u8 mib_type, bridge_type, tx_status; local
7036 bridge_type = (params->type & ICE_AQ_LLDP_BRID_TYPE_M) >>
7042 mib_type_strings[mib_type], bridge_type_strings[bridge_type],
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_prototype.h284 enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
H A Di40e_common.c4221 * @bridge_type: type of bridge requested
4231 enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type, argument
4251 cmd->type |= ((bridge_type << I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT) &

Completed in 194 milliseconds