• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/

Lines Matching defs:hwtid

131 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb)
140 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
155 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
156 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
177 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
178 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
253 PDBG("%s ep %p tid %d\n", __FUNCTION__, ep, ep->hwtid);
254 cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid);
258 release_tid(ep->com.tdev, ep->hwtid, NULL);
395 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
396 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid));
416 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
417 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid));
514 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
565 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
617 req->wr_lo = htonl(V_WR_TID(ep->hwtid));
639 /* setup the hwtid for this connection */
640 ep->hwtid = tid;
672 ep, ep->com.cm_id, ep->hwtid);
689 ep, ep->com.cm_id, ep->hwtid);
704 ep->com.cm_id, ep->hwtid);
729 ep->hwtid, status);
743 PDBG("%s ep %p tid %d\n", __FUNCTION__, ep, ep->hwtid);
767 PDBG("%s ep %p tid %d\n", __FUNCTION__, ep, ep->hwtid);
786 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, ep->hwtid));
1038 __FUNCTION__, ep, state_read(&ep->com), ep->hwtid);
1246 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, ep->hwtid));
1258 static void reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip,
1261 PDBG("%s t3cdev %p tid %u peer_ip %x\n", __FUNCTION__, tdev, hwtid,
1268 release_tid(tdev, hwtid, skb);
1276 hwtid));
1290 unsigned int hwtid = GET_TID(req);
1296 PDBG("%s parent ep %p tid %u\n", __FUNCTION__, parent_ep, hwtid);
1363 child_ep->hwtid = hwtid;
1365 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid);
1369 reject_cr(tdev, hwtid, req->peer_ip, skb);
1499 ep->hwtid);
1571 rpl->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
1572 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid));
1655 PDBG("%s ep %p tid %u status %d\n", __FUNCTION__, ep, ep->hwtid,
1661 __FUNCTION__, ep->hwtid);
1679 PDBG("%s ep %p tid %u state %d\n", __FUNCTION__, ep, ep->hwtid,
1709 PDBG("%s ep %p tid %u\n", __FUNCTION__, ep, ep->hwtid);
1734 PDBG("%s ep %p tid %u\n", __FUNCTION__, ep, ep->hwtid);