Lines Matching refs:tid

204 	unsigned int tid = csk->tid;
208 csk, csk->state, csk->flags, csk->tid);
212 req->wr.wr_lo = htonl(V_WR_TID(tid));
213 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
233 "t3dev 0x%p, tid %u, skb 0x%p.\n",
256 req->wr.wr_lo = htonl(V_WR_TID(csk->tid));
257 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
264 csk, csk->state, csk->flags, csk->tid, csk->snd_nxt,
282 csk, csk->state, csk->flags, csk->tid, rst_status);
287 rpl->wr.wr_lo = htonl(V_WR_TID(csk->tid));
288 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid));
306 csk, csk->state, csk->flags, csk->tid, credits, dack);
315 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, csk->tid));
361 req->wr_lo = htonl(V_WR_TID(csk->tid));
402 csk, csk->state, csk->flags, csk->tid);
451 "csk 0x%p, tid 0x%x, send skb 0x%p.\n",
452 csk, csk->tid, skb);
478 unsigned int tid = GET_TID(req);
483 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n",
488 csk->tid = tid;
489 cxgb3_insert_tid(csk->cdev->lldev, &t3_client, csk, tid);
503 csk, csk->state, csk->flags, csk->tid);
554 csk, csk->state, csk->flags, csk->tid);
611 csk, csk->state, csk->flags, csk->tid);
630 csk, csk->state, csk->flags, csk->tid, ntohl(rpl->snd_nxt));
668 csk, csk->state, csk->flags, csk->tid);
755 csk, csk->state, csk->flags, csk->tid, skb, skb->len);
762 csk, csk->state, csk->flags, csk->tid);
778 pr_err("%s: tid %u, CPL_ISCSI_HDR, skb len %u < %u.\n",
779 csk->cdev->ports[csk->port_id]->name, csk->tid,
788 pr_err("%s: tid %u, copy cpl_ddp %u-%zu failed %d.\n",
789 csk->cdev->ports[csk->port_id]->name, csk->tid,
813 pr_err("%s: tid %u, cp %zu/%u failed %d.\n",
815 csk->tid, sizeof(data_cpl), skb->len, err);
854 csk, csk->state, csk->flags, csk->tid, ntohs(hdr->credits));
909 csk, csk->state, csk->flags, csk->tid);
922 cxgb3_remove_tid(t3dev, (void *)csk, csk->tid);
1153 unsigned int tid, int pg_idx)
1161 "csk 0x%p, tid %u, pg_idx %d.\n", csk, tid, pg_idx);
1168 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));
1183 * @tid: connection id
1186 * set up the iscsi digest settings for a connection identified by tid
1188 static int ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid,
1197 "csk 0x%p, tid %u, crc %d,%d.\n", csk, tid, hcrc, dcrc);
1204 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, tid));