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

  /src/sys/dev/ic/
aic7xxx_inline.h 157 uint32_t sg_busaddr);
172 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr)
176 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
aic79xx_inline.h 351 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr)
356 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
aic79xx.c 5752 bus_addr_t sg_busaddr; local in function:ahd_alloc_scbs
5806 sg_busaddr = sg_map->physaddr + offset;
5830 sg_busaddr = sg_map->physaddr;
5924 next_scb->sg_list_busaddr = sg_busaddr;
5953 sg_busaddr += ahd_sglist_size(ahd);

Completed in 18 milliseconds