Searched refs:SCSI_MAX_VARLEN_CDB_SIZE (Results 1 – 5 of 5) sorted by relevance
167 #define SCSI_MAX_VARLEN_CDB_SIZE 260 macro
190 uint8_t ecdb[SCSI_MAX_VARLEN_CDB_SIZE - ISCSI_CDB_SIZE];
841 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in iscsi_sw_tcp_session_create()
408 sh->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in tcm_loop_driver_probe()
1243 if (scsi_command_size(cdb) > SCSI_MAX_VARLEN_CDB_SIZE) { in target_setup_cmd_from_cdb()1246 scsi_command_size(cdb), SCSI_MAX_VARLEN_CDB_SIZE); in target_setup_cmd_from_cdb()