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

/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c171 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) argument
180 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
195 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
196 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
216 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
217 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid));
287 cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid);
296 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid);
402 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
403 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid));
1312 reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1344 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.c765 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(ep->hwtid)|
798 wqe->send.wrh.gen_tid_len = cpu_to_be32(V_FW_RIWR_TID(qhp->ep->hwtid));
902 init_attr.tid = qhp->ep->hwtid;
/drivers/infiniband/hw/cxgb4/
H A Dcm.c221 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) argument
229 INIT_TP_WR(req, hwtid);
230 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
301 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid);
302 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid);
478 16)) | FW_WR_FLOWID(ep->hwtid));
516 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
526 INIT_TP_WR(req, ep->hwtid);
528 ep->hwtid));
537 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
2234 reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) argument
2281 unsigned int hwtid = GET_TID(req); local
[all...]
H A Diw_cxgb4.h220 u32 hwtid, u32 qpid,
231 pci_name(rdev->lldi.pdev), hwtid, qpid);
241 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid);
824 u32 hwtid; member in struct:c4iw_ep
218 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, const char *func) argument
H A Dqp.c1076 qhp->ep->hwtid);
1087 FW_WR_FLOWID(qhp->ep->hwtid) |
1197 ep->hwtid);
1210 FW_WR_FLOWID(ep->hwtid) |
1219 ret = c4iw_wait_for_reply(&rhp->rdev, &ep->com.wr_wait, qhp->ep->hwtid,
1258 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord);
1279 FW_WR_FLOWID(qhp->ep->hwtid) |
1324 qhp->ep->hwtid, qhp->wq.sq.qid, __func__);
H A Ddevice.c259 qp->ep->hwtid, (int)qp->ep->com.state,
283 qp->ep->hwtid, (int)qp->ep->com.state,
562 "history 0x%lx hwtid %d atid %d "
566 ep->com.history, ep->hwtid, ep->atid,
583 "history 0x%lx hwtid %d atid %d "
587 ep->com.history, ep->hwtid, ep->atid,
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c780 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
783 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
847 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
850 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
946 unsigned int hwtid = get_hwtid(skb); local
950 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);

Completed in 99 milliseconds