Searched refs:stack_sg (Results 1 – 2 of 2) sorted by relevance
888 bus_dma_segment_t stack_sg; in ahc_dmamap_load() local890 stack_sg.ds_addr = map; in ahc_dmamap_load()891 stack_sg.ds_len = dmat->maxsize; in ahc_dmamap_load()892 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0); in ahc_dmamap_load()
993 bus_dma_segment_t stack_sg; in ahd_dmamap_load() local995 stack_sg.ds_addr = map; in ahd_dmamap_load()996 stack_sg.ds_len = dmat->maxsize; in ahd_dmamap_load()997 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0); in ahd_dmamap_load()