Lines Matching defs:oldm
1464 * adding the 'oldm' (if non-NULL) on to the end of the list -
1470 fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm)
1482 if (oldm == NULL)
1484 m = oldm;
1487 if (oldm == NULL) {
1493 } else if (oldm == m)
1494 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf);
1496 rxmap = *((bus_dmamap_t *)oldm->m_ext.ext_buf);
1504 if (oldm == NULL)
1506 m = oldm;
1566 return (m == oldm);