Searched refs:scsi_command_size (Results 1 – 4 of 4) sorted by relevance
44 EXPORT_SYMBOL(scsi_command_size);
167 #define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7]418 extern const unsigned char scsi_command_size[8];
114 const unsigned char scsi_command_size[8] = variable
1751 * scsi.c: Use array for scsi_command_size instead of a function. Add