Searched refs:hw_cons (Results 1 – 1 of 1) sorted by relevance
1111 uint16_t hw_cons; in bnx2x_tx_queue_has_work() local1120 hw_cons = le16toh(*fp->tx_cons_sb); in bnx2x_tx_queue_has_work()1121 return hw_cons != txq->tx_pkt_head; in bnx2x_tx_queue_has_work()1345 uint16_t bd_cons, hw_cons, sw_cons; in bnx2x_txeof() local1356 hw_cons = rte_le_to_cpu_16(*fp->tx_cons_sb); in bnx2x_txeof()1359 while (sw_cons != hw_cons) { in bnx2x_txeof()1371 fp->index, tx_bd_avail, hw_cons, in bnx2x_txeof()4346 uint16_t hw_cons, sw_cons, sw_prod; in bnx2x_eq_int() local4356 hw_cons = le16toh(*sc->eq_cons_sb); in bnx2x_eq_int()4365 hw_cons++; in bnx2x_eq_int()[all …]