Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c56 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type()
345 case I40E_MAC_X722: in i40e_init_shared_code()
1361 hw->mac.type != I40E_MAC_X722) { in i40e_aq_get_link_info()
2849 if (hw->mac.type == I40E_MAC_X722) { in i40e_parse_discover_capabilities()
2965 if (hw->mac.type == I40E_MAC_X722) { in i40e_aq_update_nvm()
4534 if (i40e_is_aq_api_ver_lt(hw, 1, 5) || hw->mac.type == I40E_MAC_X722) in i40e_read_rx_ctl()
4595 if (i40e_is_aq_api_ver_lt(hw, 1, 5) || hw->mac.type == I40E_MAC_X722) in i40e_write_rx_ctl()
H A Di40e_type.h67 I40E_MAC_X722, enumerator
H A Di40e_adminq.c510 case I40E_MAC_X722: in i40e_set_hw_caps()
H A Di40e_dcb.c848 else if (hw->mac.type == I40E_MAC_X722) in i40e_init_dcb()
H A Di40e_main.c12805 if (pf->hw.mac.type != I40E_MAC_X722 && in i40e_sw_init()