Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c916 uint16_t hw_bd_cons; in qede_process_tx_compl() local
922 hw_bd_cons = rte_le_to_cpu_16(*txq->hw_cons_ptr); in qede_process_tx_compl()
926 abs(hw_bd_cons - sw_tx_cons)); in qede_process_tx_compl()
928 while (hw_bd_cons != ecore_chain_get_cons_idx(&txq->tx_pbl)) in qede_process_tx_compl()
2775 uint16_t hw_bd_cons, sw_bd_cons, sw_bd_prod; local
2786 hw_bd_cons = sw_bd_cons + qede_parse_fp_cqe(rxq);
2788 if (hw_bd_cons < sw_bd_cons)
2790 consumed = (0xffff - sw_bd_cons) + hw_bd_cons;
2792 consumed = hw_bd_cons - sw_bd_cons;