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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h1128 struct SG32ENTRY { /* length bit 24 == 0 */ struct
1141 struct SG32ENTRY sg32entry; /* 30h Scatter gather address */
1243 struct SG32ENTRY sg32entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h Scatter gather address */
H A Darcmsr.c1042 struct SG32ENTRY *pdma_sg = (struct SG32ENTRY *)psge;
1045 psge += sizeof(struct SG32ENTRY);
1046 arccdbsize += sizeof(struct SG32ENTRY);

Completed in 259 milliseconds