Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/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.h598 bus_addr_t sg_list_phys; member
Daic7xxx_osm.c979 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
Daic7xxx.c575 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
4585 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()
/freebsd-9-stable/sys/dev/aha/
Dahareg.h302 uint32_t sg_list_phys; member
Daha.c671 next_ccb->sg_list_phys = physaddr; in ahaallocccbs()
1017 ahautoa24(accb->sg_list_phys, accb->hccb.data_addr); in ahaexecuteccb()
/freebsd-9-stable/sys/dev/buslogic/
Dbtreg.h587 u_int32_t sg_list_phys; member
Dbt.c1044 next_ccb->sg_list_phys = physaddr; in btallocccbs()
1435 bccb->hccb.data_addr = bccb->sg_list_phys; in btexecuteccb()