Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi.h223 extern const unsigned char scsi_command_size_tbl[8];
224 #define COMMAND_SIZE(opcode) scsi_command_size_tbl[((opcode) >> 5) & 7]
/linux-4.1.27/block/
Dscsi_ioctl.c45 const unsigned char scsi_command_size_tbl[8] = variable
50 EXPORT_SYMBOL(scsi_command_size_tbl);