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

/freebsd-10.3-release/sys/dev/dc/
H A Dif_dc.c979 sc->dc_cdata.dc_tx_cnt++;
1185 sc->dc_cdata.dc_tx_cnt++;
1276 sc->dc_cdata.dc_tx_cnt++;
2604 cd->dc_tx_prod = cd->dc_tx_cons = cd->dc_tx_cnt = 0;
2987 if (sc->dc_cdata.dc_tx_cnt == 0)
3000 DC_INC(idx, DC_TX_LIST_CNT), sc->dc_cdata.dc_tx_cnt--) {
3078 if (sc->dc_cdata.dc_tx_cnt <= DC_TX_LIST_CNT - DC_TX_LIST_RSVD) {
3080 if (sc->dc_cdata.dc_tx_cnt == 0)
3130 sc->dc_cdata.dc_tx_cnt == 0)
3269 if (status & DC_ISR_TX_IDLE && sc->dc_cdata.dc_tx_cnt)
[all...]
H A Dif_dcreg.h517 int dc_tx_cnt; member in struct:dc_chain_data

Completed in 91 milliseconds