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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1132 int arccdbsize = 0x30; local
1159 arccdbsize += sizeof (struct SG32ENTRY);
1167 arccdbsize += sizeof (struct SG64ENTRY);
1172 arcmsr_cdb->msgPages = arccdbsize/0x100 + (arccdbsize % 0x100 ? 1 : 0);
1173 if ( arccdbsize > 256)
1178 ccb->arc_cdb_size = arccdbsize;

Completed in 106 milliseconds