Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dmbuf.h21 #define sm_next m_next macro
31 struct s_mbuf *sm_next ; /* low level linked list */ member
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dhwmtm.c489 smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ; in smt_get_mbuf()
491 mb_free = mb->sm_next ; in smt_get_mbuf()
514 mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ; in smt_free_mbuf()
517 mb->sm_next = mb_free ; in smt_free_mbuf()
1730 mb->sm_next = (SMbuf *)NULL ; in queue_llc_rx()
1735 smc->os.hwm.llc_rx_tail->sm_next = mb ; in queue_llc_rx()
1756 smc->os.hwm.llc_rx_pipe = mb->sm_next ; in get_llc_rx()
1770 mb->sm_next = (SMbuf *)NULL ; in queue_txd_mb()
1775 smc->os.hwm.txd_tx_tail->sm_next = mb ; in queue_txd_mb()
1789 smc->os.hwm.txd_tx_pipe = mb->sm_next ; in get_txd_mb()

Completed in 5 milliseconds