ste_mbuf          680 dev/pci/if_ste.c 		m = cur_rx->ste_mbuf;
ste_mbuf          770 dev/pci/if_ste.c 		m_freem(cur_tx->ste_mbuf);
ste_mbuf          771 dev/pci/if_ste.c 		cur_tx->ste_mbuf = NULL;
ste_mbuf         1022 dev/pci/if_ste.c 	c->ste_mbuf = m_new;
ste_mbuf         1232 dev/pci/if_ste.c 		if (sc->ste_cdata.ste_rx_chain[i].ste_mbuf != NULL) {
ste_mbuf         1233 dev/pci/if_ste.c 			m_freem(sc->ste_cdata.ste_rx_chain[i].ste_mbuf);
ste_mbuf         1234 dev/pci/if_ste.c 			sc->ste_cdata.ste_rx_chain[i].ste_mbuf = NULL;
ste_mbuf         1239 dev/pci/if_ste.c 		if (sc->ste_cdata.ste_tx_chain[i].ste_mbuf != NULL) {
ste_mbuf         1240 dev/pci/if_ste.c 			m_freem(sc->ste_cdata.ste_tx_chain[i].ste_mbuf);
ste_mbuf         1241 dev/pci/if_ste.c 			sc->ste_cdata.ste_tx_chain[i].ste_mbuf = NULL;
ste_mbuf         1413 dev/pci/if_ste.c 	c->ste_mbuf = m_head;
ste_mbuf         1438 dev/pci/if_ste.c 	while(sc->ste_cdata.ste_tx_chain[idx].ste_mbuf == NULL) {
ste_mbuf         1488 dev/pci/if_ste.c 			bpf_mtap(ifp->if_bpf, cur_tx->ste_mbuf,
ste_mbuf          485 dev/pci/if_stereg.h 	struct mbuf		*ste_mbuf;
ste_mbuf          492 dev/pci/if_stereg.h 	struct mbuf		*ste_mbuf;