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

/freebsd-10.2-release/sys/dev/hme/
H A Dif_hmevar.h69 struct mbuf *htx_m; member in struct:hme_txdesc
H A Dif_hme.c296 sc->sc_rb.rb_txdesc[tdesc].htx_m = NULL;
660 if (td->htx_m != NULL) {
664 m_freem(td->htx_m);
665 td->htx_m = NULL;
1051 htx->htx_m = *m0;
1196 m_freem(htx->htx_m);
1197 htx->htx_m = NULL;

Completed in 45 milliseconds