Searched refs:sw_cons (Results 1 – 1 of 1) sorted by relevance
1349 uint16_t bd_cons, hw_cons, sw_cons; in bnx2x_txeof() local1361 sw_cons = txq->tx_pkt_head; in bnx2x_txeof()1363 while (sw_cons != hw_cons) { in bnx2x_txeof()1365 sw_cons++; in bnx2x_txeof()1368 txq->tx_pkt_head = sw_cons; in bnx2x_txeof()4350 uint16_t hw_cons, sw_cons, sw_prod; in bnx2x_eq_int() local4376 sw_cons = sc->eq_cons; in bnx2x_eq_int()4380 sw_cons != hw_cons; in bnx2x_eq_int()4381 sw_prod = NEXT_EQ_IDX(sw_prod), sw_cons = NEXT_EQ_IDX(sw_cons)) { in bnx2x_eq_int()4383 elem = &sc->eq[EQ_DESC(sw_cons)]; in bnx2x_eq_int()[all …]