Lines Matching refs:tid
205 unsigned int tid = csk->tid;
209 csk, csk->state, csk->flags, csk->tid);
213 req->wr.wr_lo = htonl(V_WR_TID(tid));
214 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
234 "t3dev 0x%p, tid %u, skb 0x%p.\n",
257 req->wr.wr_lo = htonl(V_WR_TID(csk->tid));
258 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
265 csk, csk->state, csk->flags, csk->tid, csk->snd_nxt,
283 csk, csk->state, csk->flags, csk->tid, rst_status);
288 rpl->wr.wr_lo = htonl(V_WR_TID(csk->tid));
289 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid));
307 csk, csk->state, csk->flags, csk->tid, credits, dack);
316 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, csk->tid));
362 req->wr_lo = htonl(V_WR_TID(csk->tid));
403 csk, csk->state, csk->flags, csk->tid);
452 "csk 0x%p, tid 0x%x, send skb 0x%p.\n",
453 csk, csk->tid, skb);
479 unsigned int tid = GET_TID(req);
484 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n",
489 csk->tid = tid;
490 cxgb3_insert_tid(csk->cdev->lldev, &t3_client, csk, tid);
504 csk, csk->state, csk->flags, csk->tid);
555 csk, csk->state, csk->flags, csk->tid);
612 csk, csk->state, csk->flags, csk->tid);
631 csk, csk->state, csk->flags, csk->tid, ntohl(rpl->snd_nxt));
669 csk, csk->state, csk->flags, csk->tid);
756 csk, csk->state, csk->flags, csk->tid, skb, skb->len);
763 csk, csk->state, csk->flags, csk->tid);
779 pr_err("%s: tid %u, CPL_ISCSI_HDR, skb len %u < %u.\n",
780 csk->cdev->ports[csk->port_id]->name, csk->tid,
789 pr_err("%s: tid %u, copy cpl_ddp %u-%zu failed %d.\n",
790 csk->cdev->ports[csk->port_id]->name, csk->tid,
814 pr_err("%s: tid %u, cp %zu/%u failed %d.\n",
816 csk->tid, sizeof(data_cpl), skb->len, err);
855 csk, csk->state, csk->flags, csk->tid, ntohs(hdr->credits));
910 csk, csk->state, csk->flags, csk->tid);
923 cxgb3_remove_tid(t3dev, (void *)csk, csk->tid);
1154 unsigned int tid, int pg_idx)
1162 "csk 0x%p, tid %u, pg_idx %d.\n", csk, tid, pg_idx);
1169 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
1184 * @tid: connection id
1187 * set up the iscsi digest settings for a connection identified by tid
1189 static int ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid,
1198 "csk 0x%p, tid %u, crc %d,%d.\n", csk, tid, hcrc, dcrc);
1205 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));