OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ahc_dma_seg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
155
static __inline struct
ahc_dma_seg
*
160
struct
ahc_dma_seg
*sg);
171
static __inline struct
ahc_dma_seg
*
176
sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct
ahc_dma_seg
);
184
ahc_sg_virt_to_bus(struct scb *scb, struct
ahc_dma_seg
*sg)
218
* sizeof(struct
ahc_dma_seg
),
219
/*len*/sizeof(struct
ahc_dma_seg
) * scb->sg_count, op);
aic7xxxvar.h
611
struct
ahc_dma_seg
{
struct
624
struct
ahc_dma_seg
* sg_vaddr;
695
struct
ahc_dma_seg
*sg_list;
697
u_int sg_count;/* How full
ahc_dma_seg
is */
aic7xxx.c
499
struct
ahc_dma_seg
*sg;
3600
struct
ahc_dma_seg
*sg;
3675
struct
ahc_dma_seg
*sg;
4308
struct
ahc_dma_seg
*segs;
4340
newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct
ahc_dma_seg
)));
4356
next_scb->sg_list_phys = physaddr + sizeof(struct
ahc_dma_seg
);
4374
physaddr += (AHC_NSEG * sizeof(struct
ahc_dma_seg
));
4577
(u_long)sizeof(struct
ahc_dma_seg
));
6122
struct
ahc_dma_seg
*sg;
6310
if (sg_prefetch_cnt < (2 * sizeof(struct
ahc_dma_seg
)))
[
all
...]
aic7xxx_osm.c
538
struct
ahc_dma_seg
*sg;
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025