Home
last modified time | relevance | path

Searched refs:lb_test_rx_buf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1503 u8 *lb_test_rx_buf = nic_dev->lb_test_rx_buf; in hinic_run_lp_test() local
1532 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()
1559 if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN, in hinic_run_lp_test()
1561 (*(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()
1568 *(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()
1583 u8 *lb_test_rx_buf = NULL; in do_lp_test() local
1598 lb_test_rx_buf = vmalloc(LP_PKT_CNT * LP_PKT_LEN); in do_lp_test()
1599 if (!lb_test_rx_buf) { in do_lp_test()
1602 nic_dev->lb_test_rx_buf = lb_test_rx_buf; in do_lp_test()
1608 vfree(lb_test_rx_buf); in do_lp_test()
[all …]
H A Dhinic_dev.h114 u8 *lb_test_rx_buf; member
H A Dhinic_rx.c318 u8 *lb_buf = nic_dev->lb_test_rx_buf; in hinic_copy_lp_data()