Searched refs:hw_cons (Results 1 – 1 of 1) sorted by relevance
1115 uint16_t hw_cons; in bnx2x_tx_queue_has_work() local1124 hw_cons = le16toh(*fp->tx_cons_sb); in bnx2x_tx_queue_has_work()1125 return hw_cons != txq->tx_pkt_head; in bnx2x_tx_queue_has_work()1349 uint16_t bd_cons, hw_cons, sw_cons; in bnx2x_txeof() local1360 hw_cons = rte_le_to_cpu_16(*fp->tx_cons_sb); in bnx2x_txeof()1363 while (sw_cons != hw_cons) { in bnx2x_txeof()1375 fp->index, tx_bd_avail, hw_cons, in bnx2x_txeof()4350 uint16_t hw_cons, sw_cons, sw_prod; in bnx2x_eq_int() local4360 hw_cons = le16toh(*sc->eq_cons_sb); in bnx2x_eq_int()4369 hw_cons++; in bnx2x_eq_int()[all …]