OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dma_table_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
pciide_common.c
620
const bus_size_t
dma_table_size
=
local
630
if ((error = bus_dmamem_alloc(sc->sc_dmat,
dma_table_size
,
639
dma_maps->dmamap_table_nseg,
dma_table_size
,
648
"phy 0x%lx\n", dma_maps->dma_table, (u_long)
dma_table_size
,
651
if ((error = bus_dmamap_create(sc->sc_dmat,
dma_table_size
,
652
1,
dma_table_size
, IDEDMA_TBL_ALIGN, BUS_DMA_NOWAIT,
662
dma_table_size
, NULL, BUS_DMA_NOWAIT)) != 0) {
pciide_common.c
620
const bus_size_t
dma_table_size
=
local
630
if ((error = bus_dmamem_alloc(sc->sc_dmat,
dma_table_size
,
639
dma_maps->dmamap_table_nseg,
dma_table_size
,
648
"phy 0x%lx\n", dma_maps->dma_table, (u_long)
dma_table_size
,
651
if ((error = bus_dmamap_create(sc->sc_dmat,
dma_table_size
,
652
1,
dma_table_size
, IDEDMA_TBL_ALIGN, BUS_DMA_NOWAIT,
662
dma_table_size
, NULL, BUS_DMA_NOWAIT)) != 0) {
Completed in 38 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026