Home
last modified time | relevance | path

Searched refs:ARCMSR_MAX_SG_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/arcmsr/
H A Darcmsr.h50 #define ARCMSR_MAX_SG_ENTRIES 38 /* max 38*/ macro
1250 struct SG32ENTRY sg32entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h Scatter gather address */
1251 struct SG64ENTRY sg64entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h */
H A Darcmsr.c2986 if(nseg > ARCMSR_MAX_SG_ENTRIES) { in arcmsr_execute_srb()
4928 /*maxsize*/ ARCMSR_MAX_SG_ENTRIES * PAGE_SIZE * ARCMSR_MAX_FREESRB_NUM, in arcmsr_alloc_srb()
4929 /*nsegments*/ ARCMSR_MAX_SG_ENTRIES, in arcmsr_alloc_srb()