Lines Matching refs:rejected_pdu
1093 struct iscsi_hdr rejected_pdu;
1106 memcpy(&rejected_pdu, data, sizeof(struct iscsi_hdr));
1107 opcode = rejected_pdu.opcode & ISCSI_OPCODE_MASK;
1114 opcode, rejected_pdu.itt);
1120 opcode, rejected_pdu.itt);
1132 if (rejected_pdu.itt == cpu_to_be32(ISCSI_RESERVED_TAG)) {
1141 (struct iscsi_nopin*)&rejected_pdu);
1150 task = iscsi_itt_to_task(conn, rejected_pdu.itt);
1158 (struct iscsi_nopin*)&rejected_pdu,
1165 "code 0x%x\n", rejected_pdu.opcode,
1166 rejected_pdu.itt, reject->reason);