Searched refs:FW_CAPS_TO_LMM (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 512 #define FW_CAPS_TO_LMM(__fw_name, __lmm_name) \ in fw_caps_to_lmm() macro 523 FW_CAPS_TO_LMM(SPEED_100M, 100baseT_Full); in fw_caps_to_lmm() 524 FW_CAPS_TO_LMM(SPEED_1G, 1000baseT_Full); in fw_caps_to_lmm() 525 FW_CAPS_TO_LMM(SPEED_10G, 10000baseT_Full); in fw_caps_to_lmm() 531 FW_CAPS_TO_LMM(SPEED_1G, 1000baseKX_Full); in fw_caps_to_lmm() 532 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKX4_Full); in fw_caps_to_lmm() 537 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKR_Full); in fw_caps_to_lmm() 542 FW_CAPS_TO_LMM(SPEED_1G, 1000baseKX_Full); in fw_caps_to_lmm() 543 FW_CAPS_TO_LMM(SPEED_10G, 10000baseR_FEC); in fw_caps_to_lmm() 544 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKR_Full); in fw_caps_to_lmm() [all …]
|