Home
last modified time | relevance | path

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

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