Searched refs:SCSI_MAX_VARLEN_CDB_SIZE (Results 1 – 5 of 5) sorted by relevance
177 #define SCSI_MAX_VARLEN_CDB_SIZE 260 macro
179 uint8_t ecdb[SCSI_MAX_VARLEN_CDB_SIZE - ISCSI_CDB_SIZE];
849 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in iscsi_sw_tcp_session_create()
344 sh->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in tcm_loop_driver_probe()
1376 if (scsi_command_size(cdb) > SCSI_MAX_VARLEN_CDB_SIZE) { in target_setup_cmd_from_cdb()1379 scsi_command_size(cdb), SCSI_MAX_VARLEN_CDB_SIZE); in target_setup_cmd_from_cdb()