• 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/cxgb4/

Lines Matching refs:hwtid

193 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb)
201 INIT_TP_WR(req, hwtid);
202 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
268 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid);
383 16)) | FW_WR_FLOWID(ep->hwtid));
420 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
430 INIT_TP_WR(req, ep->hwtid);
432 ep->hwtid));
441 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
452 INIT_TP_WR(req, ep->hwtid);
453 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid));
519 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
539 FW_WR_FLOWID(ep->hwtid) |
579 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
598 FW_WR_FLOWID(ep->hwtid) |
634 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
653 FW_WR_FLOWID(ep->hwtid) |
697 /* setup the hwtid for this connection */
698 ep->hwtid = tid;
720 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
725 ep, ep->com.cm_id, ep->hwtid);
735 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
745 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
750 ep, ep->com.cm_id, ep->hwtid);
759 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
765 ep->com.cm_id, ep->hwtid);
777 PDBG("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid, status);
790 ep->hwtid, status);
804 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
826 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
830 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
841 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits);
850 INIT_TP_WR(req, ep->hwtid);
852 ep->hwtid));
869 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
991 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1097 PDBG("%s ep %p tid %u dlen %u\n", __func__, ep, ep->hwtid, dlen);
1119 __func__, ep, state_read(&ep->com), ep->hwtid);
1140 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1267 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1293 INIT_TP_WR(rpl, ep->hwtid);
1295 ep->hwtid));
1304 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, __be32 peer_ip,
1307 PDBG("%s c4iw_dev %p tid %u peer_ip %x\n", __func__, dev, hwtid,
1312 release_tid(&dev->rdev, hwtid, skb);
1344 unsigned int hwtid = GET_TID(req);
1358 PDBG("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid);
1433 child_ep->hwtid = hwtid;
1445 cxgb4_insert_tid(t, child_ep, hwtid);
1449 reject_cr(dev, hwtid, peer_ip, skb);
1462 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1489 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1512 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid);
1519 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid);
1591 ep->hwtid);
1595 PDBG("%s ep %p tid %u state %u\n", __func__, ep, ep->hwtid,
1623 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid);
1669 INIT_TP_WR(rpl, ep->hwtid);
1670 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid));
1691 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1738 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1763 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits);
1766 __func__, ep, ep->hwtid, state_read(&ep->com));
1773 "initiator %u freeing skb\n", __func__, ep, ep->hwtid,
1785 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
1811 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
2202 PDBG("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid,
2224 __func__, ep, ep->hwtid, ep->com.state);