HomeSort by: relevance | last modified time | path
    Searched refs:sg_list_phys (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 176 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
177 /* sg_list_phys points to entry 1, not 0 */
188 /* sg_list_phys points to entry 1, not 0 */
191 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
aic7xxx_osm.c 563 scb->hscb->sgptr = ahc_htole32(scb->sg_list_phys|SG_FULL_RESID);
aic7xxxvar.h 696 bus_addr_t sg_list_phys; member in struct:scb
aic7xxx.c 578 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
4356 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);

Completed in 40 milliseconds