Lines Matching refs:rejected_pdu
1021 struct iscsi_hdr rejected_pdu;
1034 memcpy(&rejected_pdu, data, sizeof(struct iscsi_hdr));
1035 opcode = rejected_pdu.opcode & ISCSI_OPCODE_MASK;
1042 opcode, rejected_pdu.itt);
1048 opcode, rejected_pdu.itt);
1060 if (rejected_pdu.itt == cpu_to_be32(ISCSI_RESERVED_TAG)) {
1069 (struct iscsi_nopin*)&rejected_pdu);
1078 task = iscsi_itt_to_task(conn, rejected_pdu.itt);
1086 (struct iscsi_nopin*)&rejected_pdu,
1093 "code 0x%x\n", rejected_pdu.opcode,
1094 rejected_pdu.itt, reject->reason);