Home
last modified time | relevance | path

Searched refs:ahc_dma_seg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx_inline.h152 static __inline struct ahc_dma_seg *
157 struct ahc_dma_seg *sg);
168 static __inline struct ahc_dma_seg *
173 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
181 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus()
215 * sizeof(struct ahc_dma_seg), in ahc_sync_sglist()
216 /*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op); in ahc_sync_sglist()
Daic7xxx.h522 struct ahc_dma_seg { struct
533 struct ahc_dma_seg* sg_vaddr; argument
599 struct ahc_dma_seg *sg_list;
Daic7xxx.c494 struct ahc_dma_seg *sg; in ahc_handle_seqint()
3692 struct ahc_dma_seg *sg; in ahc_handle_ign_wide_residue()
3767 struct ahc_dma_seg *sg; in ahc_reinitialize_dataptrs()
4529 struct ahc_dma_seg *segs; in ahc_alloc_scbs()
4563 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()
4581 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()
4596 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()
5012 (u_int)sizeof(struct ahc_dma_seg)); in ahc_init()
6270 struct ahc_dma_seg *sg; in ahc_calc_residual()
6449 if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg))) in ahc_loadseq()
[all …]
Daic7xxx_osm.c954 struct ahc_dma_seg *sg; in ahc_execute_scb()