Searched refs:ahc_dma_seg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 504 struct ahc_dma_seg { struct 515 struct ahc_dma_seg* sg_vaddr; 573 struct ahc_dma_seg *sg_list; 575 u_int sg_count;/* How full ahc_dma_seg is */
|
H A D | aic7xxx_core.c | 364 static struct ahc_dma_seg * 369 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt() 377 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus() 411 * sizeof(struct ahc_dma_seg), in ahc_sync_sglist() 412 /*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op); in ahc_sync_sglist() 1051 struct ahc_dma_seg *sg; in ahc_handle_seqint() 4171 struct ahc_dma_seg *sg; in ahc_handle_ign_wide_residue() 4246 struct ahc_dma_seg *sg; in ahc_reinitialize_dataptrs() 4936 struct ahc_dma_seg *segs; in ahc_alloc_scbs() 4969 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs() [all...] |
H A D | aic7xxx_osm.c | 455 struct ahc_dma_seg *sg, 471 struct ahc_dma_seg *sg, dma_addr_t addr, bus_size_t len) in ahc_linux_map_seg() 1504 struct ahc_dma_seg *sg; in ahc_linux_run_command()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 504 struct ahc_dma_seg { struct 515 struct ahc_dma_seg* sg_vaddr; 573 struct ahc_dma_seg *sg_list; 575 u_int sg_count;/* How full ahc_dma_seg is */
|
H A D | aic7xxx_core.c | 364 static struct ahc_dma_seg * 369 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt() 377 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus() 411 * sizeof(struct ahc_dma_seg), in ahc_sync_sglist() 412 /*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op); in ahc_sync_sglist() 1051 struct ahc_dma_seg *sg; in ahc_handle_seqint() 4169 struct ahc_dma_seg *sg; in ahc_handle_ign_wide_residue() 4244 struct ahc_dma_seg *sg; in ahc_reinitialize_dataptrs() 4935 struct ahc_dma_seg *segs; in ahc_alloc_scbs() 4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs() [all...] |
H A D | aic7xxx_osm.c | 456 struct ahc_dma_seg *sg, 472 struct ahc_dma_seg *sg, dma_addr_t addr, bus_size_t len) in ahc_linux_map_seg() 1503 struct ahc_dma_seg *sg; in ahc_linux_run_command()
|
Completed in 23 milliseconds