Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Discsi_proto.h128 __be16 ahslength; member
167 __be16 ahslength; member
175 __be16 ahslength; /* CDB length - 15, including reserved byte */ member
/linux/drivers/target/iscsi/
H A Discsi_target.c998 u16 ahslength, cdb_length; in iscsit_setup_scsi_cmd() local
1112 ahslength = be16_to_cpu(ecdb_ahdr->ahslength); in iscsit_setup_scsi_cmd()
1113 if (!ahslength) { in iscsit_setup_scsi_cmd()
1118 if (ahslength > (hdr->hlength * 4) - 3) { in iscsit_setup_scsi_cmd()
1120 ahslength); in iscsit_setup_scsi_cmd()
1125 cdb_length = ahslength - 1 + ISCSI_CDB_SIZE; in iscsit_setup_scsi_cmd()