Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dselftest.c465 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument
514 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback()
515 lb_tests->tx_done[tx_queue->label] += tx_done; in efx_end_loopback()
516 lb_tests->rx_good += rx_good; in efx_end_loopback()
517 lb_tests->rx_bad += rx_bad; in efx_end_loopback()
524 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument
556 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
A Dethtool_common.c300 struct efx_loopback_self_tests *lb_tests, in efx_fill_loopback_test() argument
311 &lb_tests->tx_sent[tx_queue->label], in efx_fill_loopback_test()
315 &lb_tests->tx_done[tx_queue->label], in efx_fill_loopback_test()
320 &lb_tests->rx_good, in efx_fill_loopback_test()
324 &lb_tests->rx_bad, in efx_fill_loopback_test()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dselftest.c465 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument
514 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback()
515 lb_tests->tx_done[tx_queue->label] += tx_done; in efx_end_loopback()
516 lb_tests->rx_good += rx_good; in efx_end_loopback()
517 lb_tests->rx_bad += rx_bad; in efx_end_loopback()
524 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument
556 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
A Dethtool_common.c251 struct efx_loopback_self_tests *lb_tests, in efx_fill_loopback_test() argument
262 &lb_tests->tx_sent[tx_queue->label], in efx_fill_loopback_test()
266 &lb_tests->tx_done[tx_queue->label], in efx_fill_loopback_test()
271 &lb_tests->rx_good, in efx_fill_loopback_test()
275 &lb_tests->rx_bad, in efx_fill_loopback_test()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dselftest.c467 struct ef4_loopback_self_tests *lb_tests) in ef4_end_loopback() argument
516 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in ef4_end_loopback()
517 lb_tests->tx_done[tx_queue->queue] += tx_done; in ef4_end_loopback()
518 lb_tests->rx_good += rx_good; in ef4_end_loopback()
519 lb_tests->rx_bad += rx_bad; in ef4_end_loopback()
526 struct ef4_loopback_self_tests *lb_tests) in ef4_test_loopback() argument
558 end_rc = ef4_end_loopback(tx_queue, lb_tests); in ef4_test_loopback()
A Dethtool.c252 struct ef4_loopback_self_tests *lb_tests, in ef4_fill_loopback_test() argument
263 &lb_tests->tx_sent[tx_queue->queue], in ef4_fill_loopback_test()
267 &lb_tests->tx_done[tx_queue->queue], in ef4_fill_loopback_test()
272 &lb_tests->rx_good, in ef4_fill_loopback_test()
276 &lb_tests->rx_bad, in ef4_fill_loopback_test()

Completed in 15 milliseconds