Lines Matching refs:tx_free
374 queue->tx_free = HWM_ASYNC_TXD_COUNT ; in init_txd_ring()
387 queue->tx_free = HWM_SYNC_TXD_COUNT ; in init_txd_ring()
598 for (i = tx_used+queue->tx_free-1 ; i ; i-- ) { in repair_txd_ring()
1582 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1585 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1597 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ; in hwm_tx_init()
1669 queue->tx_free-- ; in hwm_tx_frag()
1727 NDD_TRACE("THfE",t,queue->tx_free,0) ; in hwm_tx_frag()
1863 if (!smc->hw.mac_ring_is_up || frag_count > queue->tx_free) { in smt_send_mbuf()
1907 queue->tx_free-- ; in smt_send_mbuf()
1924 NDD_TRACE("THSE",t,queue->tx_free,frag_count) ; in smt_send_mbuf()
2000 queue->tx_free += frag_count ; in mac_drv_clear_txd()