Searched refs:hw_comp_cons (Results 1 – 1 of 1) sorted by relevance
1561 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr); in qede_recv_pkts_regular()1566 if (hw_comp_cons == sw_comp_cons) in qede_recv_pkts_regular()1572 while (sw_comp_cons != hw_comp_cons) { in qede_recv_pkts_regular()1742 uint16_t hw_comp_cons, sw_comp_cons, sw_rx_index; in qede_recv_pkts() local1789 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr); in qede_recv_pkts()1794 if (hw_comp_cons == sw_comp_cons) in qede_recv_pkts()1797 while (sw_comp_cons != hw_comp_cons) { in qede_recv_pkts()2723 uint16_t hw_comp_cons, sw_comp_cons, bd_count = 0; local2726 hw_comp_cons = rte_le_to_cpu_16(*rxq->hw_cons_ptr);2729 if (hw_comp_cons == sw_comp_cons)[all …]