Lines Matching defs:itt
1296 * the ddp tag will be used for the itt in the outgoing pdu,
1297 * the itt genrated by libiscsi is saved in the ppm and can be
1391 u32 sw_tag = cxgbi_build_sw_tag(task->itt, sess->age);
1416 /* the itt need to sent in big-endian order */
1421 cdev, task, sw_tag, task->itt, sess->age, tag, *hdr_itt);
1425 void cxgbi_parse_pdu_itt(struct iscsi_conn *conn, itt_t itt, int *idx, int *age)
1431 u32 tag = ntohl((__force u32)itt);
1446 cdev, tag, itt, sw_bits, idx ? *idx : 0xFFFFF,
1539 itt_t itt = ((struct iscsi_data *)skb->data)->itt;
1540 struct iscsi_task *task = iscsi_itt_to_ctask(conn, itt);
1593 "skb 0x%p, op 0x%x, itt 0x%x, %u %s ddp'ed.\n",
1594 skb, opcode, ntohl(tcp_conn->in.hdr->itt),
2043 /* data_out uses scsi_cmd's itt */
2045 task_reserve_itt(task, &task->hdr->itt);
2048 "task 0x%p, op 0x%x, skb 0x%p,%u+%u/%u, itt 0x%x.\n",
2050 conn->max_xmit_dlength, be32_to_cpu(task->hdr->itt));
2169 be32_to_cpu(task->cmdsn), be32_to_cpu(task->hdr->itt), offset, count);
2461 "itt 0x%x, skb 0x%p, len %u/%u, xmit err %d.\n",
2462 task->itt, skb, skb->len, skb->data_len, err);
2483 "task 0x%p, skb 0x%p, itt 0x%x.\n",