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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h173 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
174 /* sg_list_phys points to entry 1, not 0 */
185 /* sg_list_phys points to entry 1, not 0 */
188 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
H A Daic7xxx.h600 bus_addr_t sg_list_phys; member in struct:scb
H A Daic7xxx_osm.c972 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
H A Daic7xxx.c576 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
4561 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);

Completed in 121 milliseconds