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

/linux-master/drivers/net/fddi/skfp/h/
H A Dhwmtm.h127 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */ member in struct:hw_modul
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c450 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ;
1771 if (smc->os.hwm.txd_tx_pipe == NULL) {
1772 smc->os.hwm.txd_tx_pipe = mb ;
1787 if ((mb = smc->os.hwm.txd_tx_pipe)) {
1789 smc->os.hwm.txd_tx_pipe = mb->sm_next ;

Completed in 205 milliseconds