Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c980 sc->dc_cdata.dc_tx_cnt++; in dc_setfilt_21143()
1201 sc->dc_cdata.dc_tx_cnt++; in dc_setfilt_uli()
1290 sc->dc_cdata.dc_tx_cnt++; in dc_setfilt_xircom()
2594 cd->dc_tx_prod = cd->dc_tx_cons = cd->dc_tx_cnt = 0; in dc_list_tx_init()
2977 if (sc->dc_cdata.dc_tx_cnt == 0) in dc_txeof()
2990 DC_INC(idx, DC_TX_LIST_CNT), sc->dc_cdata.dc_tx_cnt--) { in dc_txeof()
3068 if (sc->dc_cdata.dc_tx_cnt <= DC_TX_LIST_CNT - DC_TX_LIST_RSVD) { in dc_txeof()
3070 if (sc->dc_cdata.dc_tx_cnt == 0) in dc_txeof()
3120 sc->dc_cdata.dc_tx_cnt == 0) in dc_tick()
3259 if (status & DC_ISR_TX_IDLE && sc->dc_cdata.dc_tx_cnt) in dc_poll()
[all …]
H A Dif_dcreg.h517 int dc_tx_cnt; member