Searched refs:lb_test_rx_buf (Results 1 – 3 of 3) sorted by relevance
1516 u8 *lb_test_rx_buf = nic_dev->lb_test_rx_buf; in hinic_run_lp_test() local1545 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()1572 if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN, in hinic_run_lp_test()1574 (*(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1581 *(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1596 u8 *lb_test_rx_buf = NULL; in do_lp_test() local1611 lb_test_rx_buf = vmalloc(LP_PKT_CNT * LP_PKT_LEN); in do_lp_test()1612 if (!lb_test_rx_buf) { in do_lp_test()1615 nic_dev->lb_test_rx_buf = lb_test_rx_buf; in do_lp_test()1621 vfree(lb_test_rx_buf); in do_lp_test()[all …]
113 u8 *lb_test_rx_buf; member
323 u8 *lb_buf = nic_dev->lb_test_rx_buf; in hinic_copy_lp_data()