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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h1134 struct SG64ENTRY { /* length bit 24 == 1 */ struct
1142 struct SG64ENTRY sg64entry; /* 30h */
1244 struct SG64ENTRY sg64entry[ARCMSR_MAX_SG_ENTRIES]; /* 30h */
H A Darcmsr.c1052 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge;
1064 sg64s_size += sizeof(struct SG64ENTRY);
1065 psge += sizeof(struct SG64ENTRY);
1069 sg64s_size += sizeof(struct SG64ENTRY);
1070 psge += sizeof(struct SG64ENTRY);

Completed in 186 milliseconds