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

/linux-master/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-master/drivers/scsi/
H A Dscsi_common.c18 const unsigned char scsi_command_size_tbl[8] = { variable
21 EXPORT_SYMBOL(scsi_command_size_tbl); variable

Completed in 335 milliseconds