Lines Matching refs:mac
68 FM10K_STAT("mac_rules_used", hw.swapi.mac.used),
69 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
71 FM10K_STAT("reset_while_pending", hw.mac.reset_while_pending),
168 if (interface->hw.mac.type != fm10k_mac_vf) in fm10k_get_stat_strings()
171 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_stat_strings()
208 stats_len += hw->mac.max_queues * 2 * FM10K_QUEUE_STATS_LEN; in fm10k_get_sset_count()
210 if (hw->mac.type != fm10k_mac_vf) in fm10k_get_sset_count()
278 if (interface->hw.mac.type != fm10k_mac_vf) { in fm10k_get_ethtool_stats()
283 for (i = 0; i < interface->hw.mac.max_queues; i++) { in fm10k_get_ethtool_stats()
362 switch (hw->mac.type) { in fm10k_get_regs()
412 if (i < hw->mac.max_queues) in fm10k_get_regs()
436 switch (hw->mac.type) { in fm10k_get_regs_len()
479 if (hw->mac.type == fm10k_mac_pf) in fm10k_set_pauseparam()
899 if (hw->mac.type != fm10k_mac_vf) in fm10k_mbx_test()
1110 unsigned int max_combined = interface->hw.mac.max_queues; in fm10k_max_channels()