Searched refs:FW_CAPS_TO_LMM (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
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 …]
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1318 #define FW_CAPS_TO_LMM(__fw_name, __lmm_name) \ in fw_caps_to_lmm() macro 1329 FW_CAPS_TO_LMM(SPEED_100M, 100baseT_Full); in fw_caps_to_lmm() 1330 FW_CAPS_TO_LMM(SPEED_1G, 1000baseT_Full); in fw_caps_to_lmm() 1331 FW_CAPS_TO_LMM(SPEED_10G, 10000baseT_Full); in fw_caps_to_lmm() 1337 FW_CAPS_TO_LMM(SPEED_1G, 1000baseKX_Full); in fw_caps_to_lmm() 1338 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKX4_Full); in fw_caps_to_lmm() 1343 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKR_Full); in fw_caps_to_lmm() 1348 FW_CAPS_TO_LMM(SPEED_1G, 1000baseKX_Full); in fw_caps_to_lmm() 1349 FW_CAPS_TO_LMM(SPEED_10G, 10000baseR_FEC); in fw_caps_to_lmm() 1350 FW_CAPS_TO_LMM(SPEED_10G, 10000baseKR_Full); in fw_caps_to_lmm() [all …]
|