Searched refs:EFX_LOOPBACK_NAME (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool_common.c | 235 #define EFX_LOOPBACK_NAME(_mode, _counter) \ macro 264 EFX_LOOPBACK_NAME(mode, "tx_sent")); in efx_fill_loopback_test() 268 EFX_LOOPBACK_NAME(mode, "tx_done")); in efx_fill_loopback_test() 273 EFX_LOOPBACK_NAME(mode, "rx_good")); in efx_fill_loopback_test() 277 EFX_LOOPBACK_NAME(mode, "rx_bad")); in efx_fill_loopback_test()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 284 #define EFX_LOOPBACK_NAME(_mode, _counter) \ macro 313 EFX_LOOPBACK_NAME(mode, "tx_sent")); in efx_fill_loopback_test() 317 EFX_LOOPBACK_NAME(mode, "tx_done")); in efx_fill_loopback_test() 322 EFX_LOOPBACK_NAME(mode, "rx_good")); in efx_fill_loopback_test() 326 EFX_LOOPBACK_NAME(mode, "rx_bad")); in efx_fill_loopback_test()
|