Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h151 uint16_t sw_tx_cons; member
H A Dqlnx_os.c2878 idx = txq->sw_tx_cons; in qlnx_free_tx_pkt()
2973 idx = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1); in qlnx_tx_int()
2974 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1); in qlnx_tx_int()
2980 txq->sw_tx_cons = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1); in qlnx_tx_int()
/freebsd/sys/dev/bce/
H A Dif_bce.c6770 u16 hw_tx_cons, sw_tx_cons, sw_tx_chain_cons; in bce_tx_intr() local
6782 sw_tx_cons = sc->tx_cons; in bce_tx_intr()
6789 while (sw_tx_cons != hw_tx_cons) { in bce_tx_intr()
6793 sw_tx_chain_cons = TX_CHAIN_IDX(sw_tx_cons); in bce_tx_intr()
6798 __FUNCTION__, hw_tx_cons, sw_tx_cons, sw_tx_chain_cons); in bce_tx_intr()
6847 sw_tx_cons = NEXT_TX_BD(sw_tx_cons); in bce_tx_intr()
6869 sc->tx_cons = sw_tx_cons; in bce_tx_intr()