Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_dcb.h219 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf,
223 ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv,
227 ice_aq_update_lldp_tlv(struct ice_hw *hw, u8 bridge_type, void *buf,
H A Dice_dcb.c39 * @bridge_type: type of bridge requested
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
66 cmd->type |= (bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) & in ice_aq_get_lldp_mib()
114 * @bridge_type: type of bridge
134 ice_aq_add_delete_lldp_tlv(struct ice_hw *hw, u8 bridge_type, bool add_lldp_tlv, in ice_aq_add_delete_lldp_tlv() argument
155 cmd->type = ((bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) & in ice_aq_add_delete_lldp_tlv()
169 * @bridge_type: type of bridge
183 ice_aq_update_lldp_tlv(struct ice_hw *hw, u8 bridge_type, void *buf, in ice_aq_update_lldp_tlv() argument
200 cmd->type = ((bridge_type << ICE_AQ_LLDP_BRID_TYPE_S) & in ice_aq_update_lldp_tlv()
H A Dice_lib.c8626 u8 mib_type, bridge_type, tx_status; in ice_vsi_setup_q_map()
8649 bridge_type = (params->type & ICE_AQ_LLDP_BRID_TYPE_M) >> in ice_vsi_setup_q_map()
8655 mib_type_strings[mib_type], bridge_type_strings[bridge_type],
9125 u8 mib_type, bridge_type; in ice_cfg_pf_ethertype_filters()
9135 bridge_type = (params->type & ICE_AQ_LLDP_BRID_TYPE_M) >> in ice_cfg_pf_ethertype_filters()
9141 if (bridge_type != ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID) 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
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h291 enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
H A Di40e_common.c4269 enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type, in i40e_aq_get_lldp_mib() argument
4289 cmd->type |= ((bridge_type << I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT) & in i40e_aq_get_lldp_mib()