Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1566 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr); in qede_recv_pkts_regular()
1571 if (hw_comp_cons == sw_comp_cons) in qede_recv_pkts_regular()
1577 while (sw_comp_cons != hw_comp_cons) { in qede_recv_pkts_regular()
1747 uint16_t hw_comp_cons, sw_comp_cons, sw_rx_index; in qede_recv_pkts() local
1793 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr); in qede_recv_pkts()
1798 if (hw_comp_cons == sw_comp_cons) in qede_recv_pkts()
1801 while (sw_comp_cons != hw_comp_cons) { in qede_recv_pkts()
2736 uint16_t hw_comp_cons, sw_comp_cons, bd_count = 0; local
2739 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr);
2742 if (hw_comp_cons == sw_comp_cons)
[all …]