Lines Matching refs:mac
76 FM10K_STAT("mac_rules_used", hw.swapi.mac.used),
77 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
188 if (interface->hw.mac.type != fm10k_mac_vf) { in fm10k_get_stat_strings()
208 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_stat_strings()
251 stats_len += FM10K_QUEUE_STATS_LEN(hw->mac.max_queues); in fm10k_get_sset_count()
253 if (hw->mac.type != fm10k_mac_vf) in fm10k_get_sset_count()
311 if (interface->hw.mac.type != fm10k_mac_vf) { in fm10k_get_ethtool_stats()
339 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_ethtool_stats()
423 switch (hw->mac.type) { in fm10k_get_regs()
473 if (i < hw->mac.max_queues) in fm10k_get_regs()
497 switch (hw->mac.type) { in fm10k_get_regs_len()
542 if (hw->mac.type == fm10k_mac_pf) in fm10k_set_pauseparam()
936 if (hw->mac.type != fm10k_mac_vf) in fm10k_mbx_test()
1139 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels()