Searched refs:lb_tests (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | selftest.c | 476 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument 525 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback() 526 lb_tests->tx_done[tx_queue->label] += tx_done; in efx_end_loopback() 527 lb_tests->rx_good += rx_good; in efx_end_loopback() 528 lb_tests->rx_bad += rx_bad; in efx_end_loopback() 535 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument 567 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
|
D | ethtool_common.c | 300 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.12.1/drivers/net/ethernet/sfc/siena/ |
D | selftest.c | 477 struct efx_loopback_self_tests *lb_tests) in efx_end_loopback() argument 526 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback() 527 lb_tests->tx_done[tx_queue->label] += tx_done; in efx_end_loopback() 528 lb_tests->rx_good += rx_good; in efx_end_loopback() 529 lb_tests->rx_bad += rx_bad; in efx_end_loopback() 536 struct efx_loopback_self_tests *lb_tests) in efx_test_loopback() argument 568 end_rc = efx_end_loopback(tx_queue, lb_tests); in efx_test_loopback()
|
D | ethtool_common.c | 251 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.12.1/drivers/net/ethernet/sfc/falcon/ |
D | selftest.c | 479 struct ef4_loopback_self_tests *lb_tests) in ef4_end_loopback() argument 528 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in ef4_end_loopback() 529 lb_tests->tx_done[tx_queue->queue] += tx_done; in ef4_end_loopback() 530 lb_tests->rx_good += rx_good; in ef4_end_loopback() 531 lb_tests->rx_bad += rx_bad; in ef4_end_loopback() 538 struct ef4_loopback_self_tests *lb_tests) in ef4_test_loopback() argument 570 end_rc = ef4_end_loopback(tx_queue, lb_tests); in ef4_test_loopback()
|
D | ethtool.c | 252 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()
|