Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr.h168 struct SG64ENTRY struct
431 struct SG64ENTRY sg64entry[1];
Darcmsr_hba.c527 …= roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32); in arcmsr_alloc_ccb_pool()
1371 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge; in arcmsr_build_ccb()
1376 psge += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()
1377 arccdbsize += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()