Searched refs:lb_tests (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
D | selftest.c | 467 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()
|
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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | selftest.c | 465 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()
|
D | ethtool_common.c | 299 struct efx_loopback_self_tests *lb_tests, in efx_fill_loopback_test() argument 310 &lb_tests->tx_sent[tx_queue->label], in efx_fill_loopback_test() 314 &lb_tests->tx_done[tx_queue->label], in efx_fill_loopback_test() 319 &lb_tests->rx_good, in efx_fill_loopback_test() 323 &lb_tests->rx_bad, in efx_fill_loopback_test()
|