Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnxvar.h249 int bnx_tx_cnt; member
H A Dif_bnx.c1047 txr->bnx_tx_cnt = 0; in bnx_init_tx_ring()
2923 txr->bnx_tx_cnt--; in bnx_txeof()
2927 if ((BGE_TX_RING_CNT - txr->bnx_tx_cnt) >= in bnx_txeof()
2931 if (txr->bnx_tx_cnt == 0) in bnx_txeof()
3427 maxsegs = (BGE_TX_RING_CNT - txr->bnx_tx_cnt) - BNX_NSEG_RSVD; in bnx_encap()
3506 txr->bnx_tx_cnt += nsegs; in bnx_encap()
3545 if ((BGE_TX_RING_CNT - txr->bnx_tx_cnt) < in bnx_start()