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

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

Completed in 63 milliseconds