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

/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dmbuf.h25 #define sm_next m_next macro
35 struct s_mbuf *sm_next ; /* low level linked list */ member in struct:s_mbuf
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dhwmtm.c497 smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ; smt_get_mbuf()
499 mb_free = mb->sm_next ; smt_get_mbuf()
522 mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ; smt_free_mbuf()
525 mb->sm_next = mb_free ; smt_free_mbuf()
1738 mb->sm_next = (SMbuf *)NULL ; queue_llc_rx()
1743 smc->os.hwm.llc_rx_tail->sm_next = mb ; queue_llc_rx()
1764 smc->os.hwm.llc_rx_pipe = mb->sm_next ; get_llc_rx()
1778 mb->sm_next = (SMbuf *)NULL ; queue_txd_mb()
1783 smc->os.hwm.txd_tx_tail->sm_next = mb ; queue_txd_mb()
1797 smc->os.hwm.txd_tx_pipe = mb->sm_next ; get_txd_mb()

Completed in 66 milliseconds