Searched refs:tx_free (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/ppc/cpm2_io/ |
D | enet.c | 118 uint tx_free; member 178 if (!cep->tx_free || (bdp->cbd_sc & BD_ENET_TX_READY)) { in scc_enet_start_xmit() 226 if (!--cep->tx_free) in scc_enet_start_xmit() 248 cep->cur_tx, cep->tx_free, in scc_enet_timeout() 266 if (cep->tx_free) in scc_enet_timeout() 310 if (cep->tx_free == TX_RING_SIZE) in scc_enet_interrupt() 366 if (!cep->tx_free++) { in scc_enet_interrupt() 690 cep->tx_free = TX_RING_SIZE; in scc_enet_init()
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | enet.c | 146 uint tx_free; member 206 if (!cep->tx_free || (bdp->cbd_sc & BD_ENET_TX_READY)) { in scc_enet_start_xmit() 260 if (!--cep->tx_free) in scc_enet_start_xmit() 282 cep->cur_tx, cep->tx_free, in scc_enet_timeout() 298 if (cep->tx_free) in scc_enet_timeout() 342 if (cep->tx_free == TX_RING_SIZE) in scc_enet_interrupt() 398 if (!cep->tx_free++) { in scc_enet_interrupt() 750 cep->tx_free = TX_RING_SIZE; in scc_enet_init()
|
D | fec.c | 171 uint tx_free; member 308 if (!fep->tx_free || (bdp->cbd_sc & BD_ENET_TX_READY)) { in fec_enet_start_xmit() 361 if (!--fep->tx_free) in fec_enet_start_xmit() 384 (unsigned long)fep->cur_tx, fep->tx_free, in fec_timeout() 411 if (fep->tx_free) in fec_timeout() 471 if (fep->tx_free == TX_RING_SIZE) break; in fec_enet_tx() 521 if (!fep->tx_free++) { in fec_enet_tx() 1973 fep->tx_free = TX_RING_SIZE; in fec_restart()
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | hwmtm.c | 360 queue->tx_free = HWM_ASYNC_TXD_COUNT ; 373 queue->tx_free = HWM_SYNC_TXD_COUNT ; 593 for (i = tx_used+queue->tx_free-1 ; i ; i-- ) { 1627 if (frag_count > smc->os.hwm.tx_p->tx_free) { 1630 if (frag_count > smc->os.hwm.tx_p->tx_free) { 1642 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ; 1718 queue->tx_free-- ; 1776 NDD_TRACE("THfE",t,queue->tx_free,0) ; 1921 if (!smc->hw.mac_ring_is_up || frag_count > queue->tx_free) { 1964 queue->tx_free-- ; [all …]
|
D | drvfbi.c | 331 if (++smc->hw.fp.tx_free < smc->hw.fp.tx_max) {
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | fplustm.h | 146 u_short tx_free ; /* count of free TxD's */ member
|
D | hwmtm.h | 281 if ((low_water)>=(smc)->hw.fp.tx_q[(frame_status)&QUEUE_A0].tx_free) {\
|
/linux-2.4.37.9/drivers/net/ |
D | acenic.h | 714 #define tx_free(ap) tx_space((ap)->tx_ret_csm, (ap)->tx_prd, ap) macro
|