Home
last modified time | relevance | path

Searched refs:FW_CAPS_TO_LMM (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c512 #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/
Dcxgb4vf_main.c1318 #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 …]