Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
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()
Di40e_type.h66 I40E_MAC_XL710, enumerator
Di40e_common.c47 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type()
404 case I40E_MAC_XL710: in i40e_init_shared_code()
1109 if (hw->mac.type == I40E_MAC_XL710 && in i40e_aq_get_phy_capabilities()
1381 if (hw->mac.type == I40E_MAC_XL710 && i40e_is_fw_ver_lt(hw, 4, 40) && in i40e_aq_get_link_info()
Di40e_adminq.c480 case I40E_MAC_XL710: in i40e_set_hw_caps()
Di40e_adminq_cmd.h20 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
Di40e_ethtool.c2018 case I40E_MAC_XL710: in i40e_get_max_num_descriptors()
Di40e_main.c12845 if (pf->hw.mac.type == I40E_MAC_XL710 && in i40e_sw_init()