Lines Matching refs:dc_tx_cnt
980 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()
3323 if (sc->dc_cdata.dc_tx_cnt) { in dc_intr()
3393 DC_TX_LIST_CNT - i + sc->dc_cdata.dc_tx_cnt <= in dc_encap()
3437 if (sc->dc_cdata.dc_tx_cnt + nseg > DC_TX_LIST_CNT - DC_TX_LIST_RSVD) { in dc_encap()
3469 sc->dc_cdata.dc_tx_cnt += nseg; in dc_encap()
3537 if (sc->dc_cdata.dc_tx_cnt > DC_TX_LIST_CNT - DC_TX_LIST_RSVD) { in dc_start_locked()