Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h23 #define LP_PKT_CNT 64 macro
H A Dhinic_ethtool.c1543 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()
1545 for (j = 0; j < LP_PKT_CNT; j++) { in hinic_run_lp_test()
1569 for (j = 0; j < LP_PKT_CNT; j++) { in hinic_run_lp_test()
1577 j + i * LP_PKT_CNT, in hinic_run_lp_test()
1609 lb_test_rx_buf = vmalloc(LP_PKT_CNT * LP_PKT_LEN); in do_lp_test()
H A Dhinic_rx.c323 if (nic_dev->lb_test_rx_idx == LP_PKT_CNT) { in hinic_copy_lp_data()