Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h49 #define ARCMSR_MAX_SG_ENTRIES 38 /* max 38*/ macro
1151 struct SG32ENTRY sg32entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h Scatter gather address */
1152 struct SG64ENTRY sg64entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h */
H A Darcmsr.c2825 if(nseg > ARCMSR_MAX_SG_ENTRIES) { in arcmsr_execute_srb()
4384 /*maxsize*/ ARCMSR_MAX_SG_ENTRIES * PAGE_SIZE * ARCMSR_MAX_FREESRB_NUM, in arcmsr_initialize()
4385 /*nsegments*/ ARCMSR_MAX_SG_ENTRIES, in arcmsr_initialize()