Home | History | Annotate | Download | only in pci

Lines Matching defs:ds_mbuf

196 	struct mbuf		*ds_mbuf;	/* head of mbuf chain */
572 if (ds->ds_mbuf != NULL)
575 ds->ds_mbuf = m_new;
734 mtod(ds->ds_mbuf, void *), total_len);
740 m = ds->ds_mbuf;
781 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
879 m_freem(ds->ds_mbuf);
880 ds->ds_mbuf = NULL;
1105 ds->ds_mbuf = m0;
1224 if (ds->ds_mbuf == NULL) {
1372 if (ds->ds_mbuf != NULL) {
1374 m_freem(ds->ds_mbuf);
1375 ds->ds_mbuf = NULL;
1411 if (ds->ds_mbuf != NULL) {
1413 m_freem(ds->ds_mbuf);
1414 ds->ds_mbuf = NULL;
1687 VR_DSRX(sc, i)->ds_mbuf = NULL;