Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h345 struct SG64ENTRY { struct
585 struct SG64ENTRY sg64entry[ARCMSR_MAX_SG_ENTRIES];
H A Darcmsr.c1795 struct SG64ENTRY *dma_sg; in arcmsr_build_ccb()
1797 dma_sg = (struct SG64ENTRY *)(intptr_t)psge; in arcmsr_build_ccb()
1801 psge += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()
1802 arccdbsize += sizeof (struct SG64ENTRY); in arcmsr_build_ccb()