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

/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h171 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
172 /* sg_list_phys points to entry 1, not 0 */
183 /* sg_list_phys points to entry 1, not 0 */
186 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
H A Daic7xxx.h598 bus_addr_t sg_list_phys; member in struct:scb
H A Daic7xxx_osm.c979 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
H A Daic7xxx.c575 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
4579 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
/freebsd-11.0-release/sys/dev/aha/
H A Dahareg.h302 uint32_t sg_list_phys; member in struct:aha_ccb
H A Daha.c669 next_ccb->sg_list_phys = physaddr;
1015 ahautoa24(accb->sg_list_phys, accb->hccb.data_addr);
/freebsd-11.0-release/sys/dev/buslogic/
H A Dbtreg.h587 u_int32_t sg_list_phys; member in struct:bt_ccb
H A Dbt.c1042 next_ccb->sg_list_phys = physaddr;
1433 bccb->hccb.data_addr = bccb->sg_list_phys;

Completed in 108 milliseconds