Home
last modified time | relevance | path

Searched refs:rx_alloc_count (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1525 int rx_alloc_count = 0; in qede_recv_pkts_regular() local
1542 if (rxq->rx_alloc_count) { in qede_recv_pkts_regular()
1558 rxq->rx_alloc_count -= count; in qede_recv_pkts_regular()
1693 rx_alloc_count++; in qede_recv_pkts_regular()
1727 rxq->rx_alloc_count += rx_alloc_count; in qede_recv_pkts_regular()
1766 int rx_alloc_count = 0; in qede_recv_pkts() local
1770 if (rxq->rx_alloc_count) { in qede_recv_pkts()
1786 rxq->rx_alloc_count -= count; in qede_recv_pkts()
1968 rx_alloc_count++; in qede_recv_pkts()
1981 rx_alloc_count += num_segs; in qede_recv_pkts()
[all …]
H A Dqede_rxtx.h187 uint16_t rx_alloc_count; member