Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic/
Dhinic_dev.h23 #define LP_PKT_CNT 64 macro
Dhinic_ethtool.c1545 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()
1547 for (j = 0; j < LP_PKT_CNT; j++) { in hinic_run_lp_test()
1571 for (j = 0; j < LP_PKT_CNT; j++) { in hinic_run_lp_test()
1579 j + i * LP_PKT_CNT, in hinic_run_lp_test()
1611 lb_test_rx_buf = vmalloc(LP_PKT_CNT * LP_PKT_LEN); in do_lp_test()
Dhinic_rx.c326 if (nic_dev->lb_test_rx_idx == LP_PKT_CNT) { in hinic_copy_lp_data()