Lines Matching refs:tx_free
370 queue->tx_free = HWM_ASYNC_TXD_COUNT ; in init_txd_ring()
383 queue->tx_free = HWM_SYNC_TXD_COUNT ; in init_txd_ring()
594 for (i = tx_used+queue->tx_free-1 ; i ; i-- ) { in repair_txd_ring()
1578 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1581 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1593 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ; in hwm_tx_init()
1665 queue->tx_free-- ; in hwm_tx_frag()
1723 NDD_TRACE("THfE",t,queue->tx_free,0) ; in hwm_tx_frag()
1859 if (!smc->hw.mac_ring_is_up || frag_count > queue->tx_free) { in smt_send_mbuf()
1903 queue->tx_free-- ; in smt_send_mbuf()
1920 NDD_TRACE("THSE",t,queue->tx_free,frag_count) ; in smt_send_mbuf()
1996 queue->tx_free += frag_count ; in mac_drv_clear_txd()