Searched refs:ahslength (Results 1 – 2 of 2) sorted by relevance
128 __be16 ahslength; member167 __be16 ahslength; member175 __be16 ahslength; /* CDB length - 15, including reserved byte */ member
998 u16 ahslength, cdb_length; in iscsit_setup_scsi_cmd() local1112 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()