Lines Matching refs:mac
76 FM10K_STAT("mac_rules_used", hw.swapi.mac.used),
77 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
146 if (interface->hw.mac.type != fm10k_mac_vf) in fm10k_get_strings()
153 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_strings()
177 stats_len += FM10K_QUEUE_STATS_LEN(hw->mac.max_queues); in fm10k_get_sset_count()
179 if (hw->mac.type != fm10k_mac_vf) in fm10k_get_sset_count()
213 if (interface->hw.mac.type != fm10k_mac_vf) in fm10k_get_ethtool_stats()
221 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_ethtool_stats()
305 switch (hw->mac.type) { in fm10k_get_regs()
355 if (i < hw->mac.max_queues) in fm10k_get_regs()
379 switch (hw->mac.type) { in fm10k_get_regs_len()
428 if (hw->mac.type == fm10k_mac_pf) in fm10k_set_pauseparam()
822 if (hw->mac.type != fm10k_mac_vf) in fm10k_mbx_test()
998 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels()