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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h574 dma_addr_t sg_list_phys; member in struct:scb
H A Daic7xxx_core.c368 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
369 /* sg_list_phys points to entry 1, not 0 */
380 /* sg_list_phys points to entry 1, not 0 */
383 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
1133 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
4971 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
H A Daic7xxx_osm.c1561 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);

Completed in 56 milliseconds