Searched defs:hwtid (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/cxgb3/
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 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);
403 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid));
404 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid));
1308 reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1340 unsigned int hwtid = GET_TID(req); local
[all...]
H A Diwch_cm.h180 u32 hwtid; member in struct:iwch_ep
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c779 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
782 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
846 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
849 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
945 unsigned int hwtid = get_hwtid(skb); local
949 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
/drivers/infiniband/hw/cxgb4/
H A Dcm.c194 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) argument
202 INIT_TP_WR(req, hwtid);
203 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid));
266 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid);
370 16)) | FW_WR_FLOWID(ep->hwtid));
407 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
417 INIT_TP_WR(req, ep->hwtid);
419 ep->hwtid));
428 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
439 INIT_TP_WR(req, ep->hwtid);
1525 reject_cr(struct c4iw_dev *dev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1628 unsigned int hwtid = GET_TID(req); local
[all...]
H A Diw_cxgb4.h153 u32 hwtid, u32 qpid,
164 pci_name(rdev->lldi.pdev), hwtid, qpid);
174 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid);
652 u32 hwtid; member in struct:c4iw_ep
151 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, const char *func) argument

Completed in 115 milliseconds