Searched refs:bus_dma_segment_t (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 147 } bus_dma_segment_t; typedef 160 typedef void bus_dmamap_callback_t(void *, bus_dma_segment_t *, int, int);
|
D | aic79xx_osm.h | 134 } bus_dma_segment_t; typedef 147 typedef void bus_dmamap_callback_t(void *, bus_dma_segment_t *, int, int);
|
D | aic7xxx_osm.c | 869 bus_dma_segment_t stack_sg; in ahc_dmamap_load()
|
D | aic79xx_osm.c | 972 bus_dma_segment_t stack_sg; in ahd_dmamap_load()
|
D | aic7xxx_core.c | 4672 ahc_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ahc_dmamap_cb()
|
D | aic79xx_core.c | 6327 ahd_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ahd_dmamap_cb()
|