Home
last modified time | relevance | path

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

/src/sys/dev/sbni/
H A Dif_sbni.c530 for (m = sc->tx_buf_p; m != NULL && pos < sc->pktlen; m = m->m_next) { in download_data()
621 m_freem(sc->tx_buf_p); in send_complete()
622 sc->tx_buf_p = NULL; in send_complete()
691 if (sc->tx_buf_p) in prepare_to_send()
698 sc->tx_buf_p = if_dequeue(sc->ifp); in prepare_to_send()
699 if (!sc->tx_buf_p) { in prepare_to_send()
708 for (len = 0, m = sc->tx_buf_p; m; m = m->m_next) in prepare_to_send()
713 m_freem(sc->tx_buf_p); in prepare_to_send()
725 BPF_MTAP(sc->ifp, sc->tx_buf_p); in prepare_to_send()
733 if (sc->tx_buf_p) { in drop_xmit_queue()
[all …]
H A Dif_sbnivar.h80 struct mbuf *tx_buf_p; /* transmit buffer ptr */ member