Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/scsi/
A Dscsi_common.h18 extern const unsigned char scsi_command_size_tbl[8];
19 #define COMMAND_SIZE(opcode) scsi_command_size_tbl[((opcode) >> 5) & 7]
/linux-6.3-rc2/drivers/scsi/
A Dscsi_common.c17 const unsigned char scsi_command_size_tbl[8] = { variable
20 EXPORT_SYMBOL(scsi_command_size_tbl);

Completed in 5 milliseconds