Searched refs:hwtid (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c193 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) argument
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);
1304 reject_cr(struct c4iw_dev *dev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1344 unsigned int hwtid = GET_TID(req); local
[all...]
H A Dqp.c883 qhp->ep->hwtid);
894 FW_WR_FLOWID(qhp->ep->hwtid) |
973 ep->hwtid);
986 FW_WR_FLOWID(ep->hwtid) |
1047 qhp->ep->hwtid);
1060 FW_WR_FLOWID(qhp->ep->hwtid) |
H A Ddevice.c89 qp->ep->hwtid, (int)qp->ep->com.state,
H A Diw_cxgb4.h603 u32 hwtid; member in struct:c4iw_ep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c172 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) argument
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));
1301 reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1333 unsigned int hwtid = GET_TID(req); local
[all...]
H A Dcxio_dbg.c139 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents) argument
152 m->addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base;
172 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid) argument
185 m->addr = hwtid * size;
H A Dcxio_hal.h207 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents);
208 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid);
H A Diwch_cm.h180 u32 hwtid; member in struct:iwch_ep
H A Diwch_qp.c764 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid)|
797 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid));
879 init_attr.tid = qhp->ep->hwtid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_offload.c777 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
780 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
844 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
847 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
943 unsigned int hwtid = get_hwtid(skb); local
947 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);

Completed in 88 milliseconds