Home
last modified time | relevance | path

Searched refs:ifw_xtofree (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/vax/if/
H A Dif_uba.h70 struct mbuf *ifw_xtofree; /* pages being dma'd out */ member
97 #define ifu_xtofree ifu_xmt.ifw_xtofree
H A Dif_uba.c276 mprev = &ifw->ifw_xtofree;
277 for (m = ifw->ifw_xtofree; m && m->m_next; m = m->m_next)
337 m->m_next = ifw->ifw_xtofree;
338 ifw->ifw_xtofree = m;
H A Dif_dmc.c646 if (ifxp->ifw_xtofree) {
647 (void)m_freem(ifxp->ifw_xtofree);
648 ifxp->ifw_xtofree = 0;
923 if (ifxp->ifw_xtofree) {
924 (void) m_freem(ifxp->ifw_xtofree);
925 ifxp->ifw_xtofree = 0;
H A Dif_dmv.c689 if (ifxp->ifw_xtofree) {
690 (void)m_freem(ifxp->ifw_xtofree);
691 ifxp->ifw_xtofree = 0;
1028 if (ifxp->ifw_xtofree) {
1029 (void) m_freem(ifxp->ifw_xtofree);
1030 ifxp->ifw_xtofree = 0;
H A Dif_de.c462 if (ifxp->ifw_xtofree) {
463 m_freem(ifxp->ifw_xtofree);
464 ifxp->ifw_xtofree = 0;
H A Dif_qe.c629 if (ifxp->ifw_xtofree) {
630 m_freem(ifxp->ifw_xtofree);
631 ifxp->ifw_xtofree = 0;