Home
last modified time | relevance | path

Searched refs:sln_tx_buf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/sln/
H A Dif_slnreg.h263 #define SL_DIRTY_TXBUF(x) x->sln_bufdata.sln_tx_buf[x->sln_bufdata.dirty_tx]
264 #define SL_CUR_TXBUF(x) x->sln_bufdata.sln_tx_buf[x->sln_bufdata.cur_tx]
H A Dif_slnvar.h40 struct mbuf *sln_tx_buf[SL_TXD_CNT]; member
H A Dif_sln.c300 if (sc->sln_bufdata.sln_tx_buf[i] != NULL) { in sln_stop()
301 m_freem(sc->sln_bufdata.sln_tx_buf[i]); in sln_stop()
302 sc->sln_bufdata.sln_tx_buf[i] = NULL; in sln_stop()
654 sc->sln_bufdata.sln_tx_buf[i] = NULL; in sln_init_tx()