HomeSort by: relevance | last modified time | path
    Searched defs:mdl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pcscp.c 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; local in function:pcscp_dma_setup
558 /* set up MDL */
    [all...]
pcscp.c 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; local in function:pcscp_dma_setup
558 /* set up MDL */
    [all...]

Completed in 280 milliseconds