Searched refs:sg_busaddr (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dips.c3586 cpu_to_le32(scb->sg_busaddr); ips_send_cmd()
3632 cpu_to_le32(scb->sg_busaddr); ips_send_cmd()
3782 cpu_to_le32(scb->sg_busaddr); ips_send_cmd()
3819 cpu_to_le32(scb->sg_busaddr); ips_send_cmd()
4301 ha->scbs->sg_busaddr); ips_deallocatescbs()
4354 scb_p->sg_busaddr = ips_allocatescbs()
4359 scb_p->sg_busaddr = ips_allocatescbs()
4387 uint32_t cmd_busaddr, sg_busaddr; ips_init_scb() local
4395 sg_busaddr = scb->sg_busaddr; ips_init_scb()
4408 scb->sg_busaddr = sg_busaddr; ips_init_scb()
H A Dips.h1104 uint32_t sg_busaddr; member in struct:ips_scb
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx_core.c505 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) ahd_sg_bus_to_virt() argument
510 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd)); ahd_sg_bus_to_virt()
6817 dma_addr_t sg_busaddr; ahd_alloc_scbs() local
6866 sg_busaddr = sg_map->physaddr + offset; ahd_alloc_scbs()
6888 sg_busaddr = sg_map->physaddr; ahd_alloc_scbs()
6967 next_scb->sg_list_busaddr = sg_busaddr; ahd_alloc_scbs()
6993 sg_busaddr += ahd_sglist_size(ahd); ahd_alloc_scbs()
H A Daic7xxx_core.c372 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) ahc_sg_bus_to_virt() argument
376 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); ahc_sg_bus_to_virt()

Completed in 525 milliseconds