Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.h1134 struct SG32ENTRY { /* length bit 24 == 0 */ struct
1147 struct SG32ENTRY sg32entry; /* 30h Scatter gather address */ argument
1250 struct SG32ENTRY sg32entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h Scatter gather address */
H A Darcmsr.c1023 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge; in arcmsr_build_srb()
1026 psge += sizeof(struct SG32ENTRY); in arcmsr_build_srb()
1027 arccdbsize += sizeof(struct SG32ENTRY); in arcmsr_build_srb()