Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h1036 struct SG32ENTRY { /* length bit 24 == 0 */ struct
1049 struct SG32ENTRY sg32entry; /* 30h Scatter gather address */ argument
1151 struct SG32ENTRY sg32entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h Scatter gather address */
H A Darcmsr.c1006 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge; in arcmsr_build_srb()
1009 psge += sizeof(struct SG32ENTRY); in arcmsr_build_srb()
1010 arccdbsize += sizeof(struct SG32ENTRY); in arcmsr_build_srb()