• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/

Lines Matching refs:hwtid

172 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb)
181 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
196 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
197 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
217 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
218 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
288 cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid);
297 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid);
414 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
415 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid));
434 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
435 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid));
531 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
582 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
633 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
654 /* setup the hwtid for this connection */
655 ep->hwtid = tid;
688 ep, ep->com.cm_id, ep->hwtid);
705 ep, ep->com.cm_id, ep->hwtid);
720 ep->com.cm_id, ep->hwtid);
745 ep->hwtid, status);
759 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid);
785 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid);
804 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, ep->hwtid));
1067 __func__, ep, state_read(&ep->com), ep->hwtid);
1289 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, ep->hwtid));
1301 static void reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip,
1304 PDBG("%s t3cdev %p tid %u peer_ip %x\n", __func__, tdev, hwtid,
1311 release_tid(tdev, hwtid, skb);
1319 hwtid));
1333 unsigned int hwtid = GET_TID(req);
1339 PDBG("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid);
1399 child_ep->hwtid = hwtid;
1401 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid);
1405 reject_cr(tdev, hwtid, req->peer_ip, skb);
1532 ep->hwtid);
1620 rpl->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
1621 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid));
1706 PDBG("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid,
1712 __func__, ep->hwtid);
1731 PDBG("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid,
1767 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1793 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);