Home
last modified time | relevance | path

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

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