Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/arcmsr/
Darcmsr.h183 struct SG64ENTRY struct
496 struct SG64ENTRY sg64entry[1];
Darcmsr_hba.c831 …= roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32); in arcmsr_alloc_ccb_pool()
1877 struct SG64ENTRY *pdma_sg = (struct SG64ENTRY *)psge; in arcmsr_build_ccb()
1882 psge += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()
1883 arccdbsize += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()