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

/freebsd-13-stable/sys/dev/aic7xxx/
H A 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);
181 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg)
215 * sizeof(struct ahc_dma_seg),
216 /*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op);
H A Daic7xxx.h522 struct ahc_dma_seg { struct
533 struct ahc_dma_seg* sg_vaddr;
599 struct ahc_dma_seg *sg_list;
601 u_int sg_count;/* How full ahc_dma_seg is */
H A Daic7xxx.c493 struct ahc_dma_seg *sg;
3675 struct ahc_dma_seg *sg;
3748 struct ahc_dma_seg *sg;
4509 struct ahc_dma_seg *segs;
4543 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
4561 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4576 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg));
4991 (u_int)sizeof(struct ahc_dma_seg));
6243 struct ahc_dma_seg *sg;
6422 if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg)))
[all...]
H A Daic7xxx_osm.c947 struct ahc_dma_seg *sg;

Completed in 113 milliseconds