Searched refs:lb_tests (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | selftest.c | 470 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument 519 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in efx_end_loopback() 520 lb_tests->tx_done[tx_queue->queue] += tx_done; in efx_end_loopback() 521 lb_tests->rx_good += rx_good; in efx_end_loopback() 522 lb_tests->rx_bad += rx_bad; in efx_end_loopback() 529 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument 561 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
|
D | ethtool.c | 273 struct efx_loopback_self_tests *lb_tests, in efx_fill_loopback_test() argument 284 &lb_tests->tx_sent[tx_queue->queue], in efx_fill_loopback_test() 288 &lb_tests->tx_done[tx_queue->queue], in efx_fill_loopback_test() 293 &lb_tests->rx_good, in efx_fill_loopback_test() 297 &lb_tests->rx_bad, in efx_fill_loopback_test()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | selftest.c | 470 struct ef4_loopback_self_tests *lb_tests) in ef4_end_loopback() argument 519 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in ef4_end_loopback() 520 lb_tests->tx_done[tx_queue->queue] += tx_done; in ef4_end_loopback() 521 lb_tests->rx_good += rx_good; in ef4_end_loopback() 522 lb_tests->rx_bad += rx_bad; in ef4_end_loopback() 529 struct ef4_loopback_self_tests *lb_tests) in ef4_test_loopback() argument 561 end_rc = ef4_end_loopback(tx_queue, lb_tests); in ef4_test_loopback()
|
D | ethtool.c | 255 struct ef4_loopback_self_tests *lb_tests, in ef4_fill_loopback_test() argument 266 &lb_tests->tx_sent[tx_queue->queue], in ef4_fill_loopback_test() 270 &lb_tests->tx_done[tx_queue->queue], in ef4_fill_loopback_test() 275 &lb_tests->rx_good, in ef4_fill_loopback_test() 279 &lb_tests->rx_bad, in ef4_fill_loopback_test()
|