Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1345 uint16_t bd_cons, hw_cons, sw_cons; in bnx2x_txeof() local
1357 sw_cons = txq->tx_pkt_head; in bnx2x_txeof()
1359 while (sw_cons != hw_cons) { in bnx2x_txeof()
1361 sw_cons++; in bnx2x_txeof()
1364 txq->tx_pkt_head = sw_cons; in bnx2x_txeof()
4346 uint16_t hw_cons, sw_cons, sw_prod; in bnx2x_eq_int() local
4372 sw_cons = sc->eq_cons; in bnx2x_eq_int()
4376 sw_cons != hw_cons; in bnx2x_eq_int()
4377 sw_prod = NEXT_EQ_IDX(sw_prod), sw_cons = NEXT_EQ_IDX(sw_cons)) { in bnx2x_eq_int()
4379 elem = &sc->eq[EQ_DESC(sw_cons)]; in bnx2x_eq_int()
[all …]