Searched refs:ETHTOOL_LINK_MODE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.h | 15 #define ICE_PHY_TYPE(LINK_SPEED, ETHTOOL_LINK_MODE) {\ 17 .link_mode = ETHTOOL_LINK_MODE_##ETHTOOL_LINK_MODE##_BIT, \
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | common.h | 12 #define ETHTOOL_LINK_MODE(speed, type, duplex) \ macro
|
H A D | linkmodes.c | 159 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \
|
H A D | common.c | 99 [ETHTOOL_LINK_MODE(speed, type, duplex)] = \
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | common.h | 12 #define ETHTOOL_LINK_MODE(speed, type, duplex) \ macro
|
H A D | common.c | 106 [ETHTOOL_LINK_MODE(speed, type, duplex)] = \ 256 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \
|
Completed in 3 milliseconds