Home
last modified time | relevance | path

Searched refs:I40E_MAC_XL710 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
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()
777 if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_eq(hw, 4, 33)) { in i40e_get_dcb_config()
846 if (hw->mac.type == I40E_MAC_XL710) in i40e_init_dcb()
H A Di40e_type.h66 I40E_MAC_XL710, enumerator
H A Di40e_common.c47 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type()
344 case I40E_MAC_XL710: in i40e_init_shared_code()
1050 if (hw->mac.type == I40E_MAC_XL710 && in i40e_aq_get_phy_capabilities()
1356 if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 40) && in i40e_aq_get_link_info()
H A Di40e_adminq.c480 case I40E_MAC_XL710: in i40e_set_hw_caps()
H A Di40e.h1431 case I40E_MAC_XL710: in i40e_get_max_num_descriptors()
H A Di40e_adminq_cmd.h22 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
H A Di40e_main.c12780 if (pf->hw.mac.type == I40E_MAC_XL710 && in i40e_sw_init()