Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c83 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type()
1005 case I40E_MAC_X722: in i40e_init_shared_code()
2057 hw->mac.type != I40E_MAC_X722) { in i40e_aq_get_link_info()
4073 if (hw->mac.type == I40E_MAC_X722) { in i40e_parse_discover_capabilities()
4197 if (hw->mac.type == I40E_MAC_X722) { in i40e_aq_update_nvm()
5888 if (hw->mac.type == I40E_MAC_X722) in i40e_aq_replace_cloud_filters()
7196 (hw->mac.type == I40E_MAC_X722)); in i40e_read_rx_ctl()
7257 (hw->mac.type == I40E_MAC_X722)); in i40e_write_rx_ctl()
H A Di40e_type.h205 I40E_MAC_X722, enumerator
H A Di40e_adminq.c591 case I40E_MAC_X722: in i40e_set_hw_flags()
H A Di40e_dcb.c915 else if (hw->mac.type == I40E_MAC_X722) in i40e_init_dcb()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c466 return (i40e->i40e_hw_space.mac.type == I40E_MAC_X722); in i40e_is_x722()