Lines Matching refs:tx_free
366 queue->tx_free = HWM_ASYNC_TXD_COUNT ; in init_txd_ring()
379 queue->tx_free = HWM_SYNC_TXD_COUNT ; in init_txd_ring()
590 for (i = tx_used+queue->tx_free-1 ; i ; i-- ) { in repair_txd_ring()
1574 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1577 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1589 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ; in hwm_tx_init()
1661 queue->tx_free-- ; in hwm_tx_frag()
1719 NDD_TRACE("THfE",t,queue->tx_free,0) ; in hwm_tx_frag()
1855 if (!smc->hw.mac_ring_is_up || frag_count > queue->tx_free) { in smt_send_mbuf()
1899 queue->tx_free-- ; in smt_send_mbuf()
1916 NDD_TRACE("THSE",t,queue->tx_free,frag_count) ; in smt_send_mbuf()
1992 queue->tx_free += frag_count ; in mac_drv_clear_txd()