Searched refs:SCSI_MAX_VARLEN_CDB_SIZE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/scsi/
H A Discsi_proto.h190 uint8_t ecdb[SCSI_MAX_VARLEN_CDB_SIZE - ISCSI_CDB_SIZE];
H A Dscsi.h205 #define SCSI_MAX_VARLEN_CDB_SIZE 260 macro
/linux-4.1.27/drivers/target/
H A Dtarget_core_transport.c1227 if (scsi_command_size(cdb) > SCSI_MAX_VARLEN_CDB_SIZE) { target_setup_cmd_from_cdb()
1229 " exceeds SCSI_MAX_VARLEN_CDB_SIZE: %d\n", target_setup_cmd_from_cdb()
1230 scsi_command_size(cdb), SCSI_MAX_VARLEN_CDB_SIZE); target_setup_cmd_from_cdb()
/linux-4.1.27/drivers/scsi/
H A Discsi_tcp.c841 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; iscsi_sw_tcp_session_create()
/linux-4.1.27/drivers/vhost/
H A Dscsi.c1199 " exceeds SCSI_MAX_VARLEN_CDB_SIZE: %d\n", vhost_scsi_handle_vq()

Completed in 115 milliseconds