Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dif_re.c335 sc->re_ldata.re_tx_mbuf = in re_allocmem()
543 if (sc->re_ldata.re_tx_mbuf != NULL) in re_freemem()
544 kfree(sc->re_ldata.re_tx_mbuf, M_DEVBUF); in re_freemem()
1305 if (sc->re_ldata.re_tx_mbuf[idx] != NULL) { in re_tx_collect()
1308 m_freem(sc->re_ldata.re_tx_mbuf[idx]); in re_tx_collect()
1309 sc->re_ldata.re_tx_mbuf[idx] = NULL; in re_tx_collect()
1645 KKASSERT(sc->re_ldata.re_tx_mbuf[idx] == NULL); in re_encap()
1686 sc->re_ldata.re_tx_mbuf[idx] = m; in re_encap()
2009 if (sc->re_ldata.re_tx_mbuf[i] != NULL) { in re_stop()
2012 m_freem(sc->re_ldata.re_tx_mbuf[i]); in re_stop()
[all …]
H A Dif_revar.h84 struct mbuf **re_tx_mbuf; member