Home
last modified time | relevance | path

Searched refs:scsi_command_size (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dscsi_syms.c44 EXPORT_SYMBOL(scsi_command_size);
Dscsi.h167 #define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7]
418 extern const unsigned char scsi_command_size[8];
Dscsi.c114 const unsigned char scsi_command_size[8] = variable
DChangeLog1751 * scsi.c: Use array for scsi_command_size instead of a function. Add