txd_tx_pipe       127 drivers/net/fddi/skfp/h/hwmtm.h 	SMbuf	*txd_tx_pipe ;		/* points to first mb in the txd ring */
txd_tx_pipe       454 drivers/net/fddi/skfp/hwmtm.c 	smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ;
txd_tx_pipe      1775 drivers/net/fddi/skfp/hwmtm.c 	if (smc->os.hwm.txd_tx_pipe == NULL) {
txd_tx_pipe      1776 drivers/net/fddi/skfp/hwmtm.c 		smc->os.hwm.txd_tx_pipe = mb ;
txd_tx_pipe      1791 drivers/net/fddi/skfp/hwmtm.c 	if ((mb = smc->os.hwm.txd_tx_pipe)) {
txd_tx_pipe      1793 drivers/net/fddi/skfp/hwmtm.c 		smc->os.hwm.txd_tx_pipe = mb->sm_next ;