Searched refs:_duplex (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ethtool/ |
| H A D | common.c | 288 #define __DEFINE_LINK_MODE_PARAMS_PAIRS(_speed, _type, _min_pairs, _pairs, _duplex, _medium) \ argument 289 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \ 294 .duplex = __DUPLEX_ ## _duplex, \ 298 #define __DEFINE_LINK_MODE_PARAMS(_speed, _type, _duplex, _medium) \ argument 299 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \ 304 .duplex = __DUPLEX_ ## _duplex, \ 307 #define __DEFINE_LINK_MODE_PARAMS_MEDIUMS(_speed, _type, _duplex, _mediums) \ argument 308 [ETHTOOL_LINK_MODE(_speed, _type, _duplex)] = { \ 313 .duplex = __DUPLEX_ ## _duplex, \
|