Home
last modified time | relevance | path

Searched refs:ice_fw_supports_lldp_fltr_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h342 bool ice_fw_supports_lldp_fltr_ctrl(struct ice_hw *hw);
H A Dice_common.c6268 * ice_fw_supports_lldp_fltr_ctrl - check NVM version supports lldp_fltr_ctrl
6271 bool ice_fw_supports_lldp_fltr_ctrl(struct ice_hw *hw) in ice_fw_supports_lldp_fltr_ctrl() function
6296 if (vsi->type != ICE_VSI_PF || !ice_fw_supports_lldp_fltr_ctrl(hw)) in ice_lldp_fltr_add_remove()