Home
last modified time | relevance | path

Searched refs:SCSI_MAX_VARLEN_CDB_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/include/scsi/
H A Dscsi_proto.h185 #define SCSI_MAX_VARLEN_CDB_SIZE 260 macro
H A Discsi_proto.h179 uint8_t ecdb[SCSI_MAX_VARLEN_CDB_SIZE - ISCSI_CDB_SIZE];
/linux/drivers/target/loopback/
H A Dtcm_loop.c316 sh->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in tcm_loop_target_reset()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c362 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; in cxgbi_hbas_add()