Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h171 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
186 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list))); in ahc_sg_virt_to_bus()
Daic7xxx.h587 bus_addr_t sg_list_phys; member
Daic7xxx_osm.c3794 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
3821 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
Daic7xxx_core.c560 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
4511 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()