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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c497 smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ;
499 mb_free = mb->sm_next ;
522 mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ;
525 mb->sm_next = mb_free ;
1738 mb->sm_next = (SMbuf *)NULL ;
1743 smc->os.hwm.llc_rx_tail->sm_next = mb ;
1764 smc->os.hwm.llc_rx_pipe = mb->sm_next ;
1778 mb->sm_next = (SMbuf *)NULL ;
1783 smc->os.hwm.txd_tx_tail->sm_next = mb ;
1797 smc->os.hwm.txd_tx_pipe = mb->sm_next ;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c497 smc->os.hwm.mbuf_pool.mb_free = mb->sm_next ;
499 mb_free = mb->sm_next ;
522 mb->sm_next = smc->os.hwm.mbuf_pool.mb_free ;
525 mb->sm_next = mb_free ;
1738 mb->sm_next = (SMbuf *)NULL ;
1743 smc->os.hwm.llc_rx_tail->sm_next = mb ;
1764 smc->os.hwm.llc_rx_pipe = mb->sm_next ;
1778 mb->sm_next = (SMbuf *)NULL ;
1783 smc->os.hwm.txd_tx_tail->sm_next = mb ;
1797 smc->os.hwm.txd_tx_pipe = mb->sm_next ;
[all...]

Completed in 177 milliseconds