Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_common.h31 extern const unsigned char scsi_command_size_tbl[8];
32 #define COMMAND_SIZE(opcode) scsi_command_size_tbl[((opcode) >> 5) & 7]
/linux/drivers/scsi/
H A Dscsi_common.c19 const unsigned char scsi_command_size_tbl[8] = { variable
22 EXPORT_SYMBOL(scsi_command_size_tbl);