Searched refs:sg_list_busaddr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx.h619 dma_addr_t sg_list_busaddr; member in struct:scb
H A Daic79xx_core.c492 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); ahd_setup_data_scb()
510 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd)); ahd_sg_bus_to_virt()
523 return (scb->sg_list_busaddr + sg_offset); ahd_sg_virt_to_bus()
543 /*offset*/scb->sg_list_busaddr - ahd_sg_size(ahd), ahd_sync_sglist()
6967 next_scb->sg_list_busaddr = sg_busaddr; ahd_alloc_scbs()
6969 next_scb->sg_list_busaddr ahd_alloc_scbs()
6972 next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg); ahd_alloc_scbs()

Completed in 129 milliseconds