Home
last modified time | relevance | path

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

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