Home
last modified time | relevance | path

Searched refs:i40e_is_fw_ver_lt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c492 if (i40e_is_fw_ver_lt(hw, 4, 33)) { in i40e_set_hw_caps()
497 if (i40e_is_fw_ver_lt(hw, 4, 3)) { in i40e_set_hw_caps()
H A Di40e_prototype.h548 static inline bool i40e_is_fw_ver_lt(struct i40e_hw *hw, u16 maj, u16 min) in i40e_is_fw_ver_lt() function
H A Di40e_dcb.c773 if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 33)) in i40e_get_dcb_config()
H A Di40e_common.c1381 if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 40) && in i40e_aq_get_link_info()