Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/h/
Dmbuf.h21 #define sm_next m_next macro
31 struct s_mbuf *sm_next ; /* low level linked list */ member
/Linux-v5.4/drivers/net/fddi/skfp/
Dhwmtm.c493 smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ; in smt_get_mbuf()
495 mb_free = mb->sm_next ; in smt_get_mbuf()
518 mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ; in smt_free_mbuf()
521 mb->sm_next = mb_free ; in smt_free_mbuf()
1734 mb->sm_next = (SMbuf *)NULL ; in queue_llc_rx()
1739 smc->os.hwm.llc_rx_tail->sm_next = mb ; in queue_llc_rx()
1760 smc->os.hwm.llc_rx_pipe = mb->sm_next ; in get_llc_rx()
1774 mb->sm_next = (SMbuf *)NULL ; in queue_txd_mb()
1779 smc->os.hwm.txd_tx_tail->sm_next = mb ; in queue_txd_mb()
1793 smc->os.hwm.txd_tx_pipe = mb->sm_next ; in get_txd_mb()