Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dselftest.c463 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument
512 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in efx_end_loopback()
513 lb_tests->tx_done[tx_queue->queue] += tx_done; in efx_end_loopback()
514 lb_tests->rx_good += rx_good; in efx_end_loopback()
515 lb_tests->rx_bad += rx_bad; in efx_end_loopback()
522 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument
554 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
Dethtool.c258 struct efx_loopback_self_tests *lb_tests, in efx_fill_loopback_test() argument
269 &lb_tests->tx_sent[tx_queue->queue], in efx_fill_loopback_test()
273 &lb_tests->tx_done[tx_queue->queue], in efx_fill_loopback_test()
278 &lb_tests->rx_good, in efx_fill_loopback_test()
282 &lb_tests->rx_bad, in efx_fill_loopback_test()