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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h163 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
164 /* sg_list_phys points to entry 1, not 0 */
175 /* sg_list_phys points to entry 1, not 0 */
178 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
H A Daic7xxx_osm.c1501 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
1528 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
H A Daic7xxx.h574 dma_addr_t sg_list_phys; member in struct:scb
H A Daic7xxx_core.c564 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
4419 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);

Completed in 173 milliseconds