Home
last modified time | relevance | path

Searched refs:txd_tx_pipe (Results 1 – 2 of 2) sorted by relevance

/drivers/net/fddi/skfp/h/
Dhwmtm.h131 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */ member
/drivers/net/fddi/skfp/
Dhwmtm.c458 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver()
1779 if (smc->os.hwm.txd_tx_pipe == NULL) { in queue_txd_mb()
1780 smc->os.hwm.txd_tx_pipe = mb ; in queue_txd_mb()
1795 if ((mb = smc->os.hwm.txd_tx_pipe)) { in get_txd_mb()
1797 smc->os.hwm.txd_tx_pipe = mb->sm_next ; in get_txd_mb()