Searched refs:sg_list_phys (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx.h577 dma_addr_t sg_list_phys; member in struct:scb
H A Daic7xxx_core.c376 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
377 /* sg_list_phys points to entry 1, not 0 */
388 /* sg_list_phys points to entry 1, not 0 */
391 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
1141 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
5022 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
H A Daic7xxx_osm.c1573 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);

Completed in 71 milliseconds