Searched refs:sw_tx_cons (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h151 uint16_t sw_tx_cons; member in struct:qlnx_tx_queue
H A Dqlnx_os.c2880 idx = txq->sw_tx_cons;
2975 idx = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1);
2976 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1);
2982 txq->sw_tx_cons = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1);
/freebsd-current/sys/dev/bce/
H A Dif_bce.c6776 u16 hw_tx_cons, sw_tx_cons, sw_tx_chain_cons; local
6788 sw_tx_cons = sc->tx_cons;
6795 while (sw_tx_cons != hw_tx_cons) {
6799 sw_tx_chain_cons = TX_CHAIN_IDX(sw_tx_cons);
6802 "%s(): hw_tx_cons = 0x%04X, sw_tx_cons = 0x%04X, "
6804 __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons);
6853 sw_tx_cons = NEXT_TX_BD(sw_tx_cons);
6875 sc->tx_cons = sw_tx_cons;

Completed in 107 milliseconds