Home
last modified time | relevance | path

Searched refs:stack_sg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c877 bus_dma_segment_t stack_sg; in ahc_dmamap_load() local
879 stack_sg.ds_addr = map; in ahc_dmamap_load()
880 stack_sg.ds_len = dmat->maxsize; in ahc_dmamap_load()
881 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0); in ahc_dmamap_load()
H A Daic79xx_osm.c977 bus_dma_segment_t stack_sg; in ahd_dmamap_load() local
979 stack_sg.ds_addr = map; in ahd_dmamap_load()
980 stack_sg.ds_len = dmat->maxsize; in ahd_dmamap_load()
981 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0); in ahd_dmamap_load()