Searched refs:sc_tx_mb_head (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dif_xevar.h37 struct mbuf *sc_tx_mb_head; /* pointer to data for this command */ member in struct:xe_softc
H A Dif_xe.c216 xsc->sc_tx_mb_head = NULL;
335 if (xsc->sc_tx_mb_head) {
336 m_freem(xsc->sc_tx_mb_head);
337 xsc->sc_tx_mb_head = NULL;
442 xsc->sc_tx_mb_head = m;
457 xsc->sc_tx_dmamap, xsc->sc_tx_mb_head, BUS_DMA_NOWAIT);
467 for (m=xsc->sc_tx_mb_head; m; m = m->m_next) {
487 m_freem(xsc->sc_tx_mb_head);
488 xsc->sc_tx_mb_head = NULL;
560 m_freem(xsc->sc_tx_mb_head);
[all...]

Completed in 101 milliseconds