Home | History | Annotate | Download | only in pci

Lines Matching defs:mdl

78 	uint32_t *sc_mdladdr;		/* MDL array */
79 bus_dmamap_t sc_mdldmap; /* MDL DMA map */
248 * Allocate and map memory for the MDL.
254 aprint_error(": unable to allocate memory for the MDL,"
261 aprint_error(": unable to map the MDL memory, error = %d\n",
268 aprint_error(": unable to map_create for the MDL, error = %d\n",
275 aprint_error(": unable to load for the MDL, error = %d\n",
463 /* sync MDL */
520 uint32_t *mdl;
558 /* set up MDL */
559 mdl = esc->sc_mdladdr;
562 /* the first segment is possibly not aligned with 4k MDL boundary */
567 /* set the first MDL and offset */
569 *mdl++ = htole32(s_addr);
573 *mdl++ = htole32(dmap->dm_segs[seg].ds_addr);
593 /* sync MDL */
597 /* set Starting MDL Address */