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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_dbg.c138 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents) argument
151 m->addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base;
171 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid) argument
184 m->addr = hwtid * size;
H A Diwch_cm.c131 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) argument
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));
1258 reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1290 unsigned int hwtid = GET_TID(req); local
[all...]
H A Dcxio_hal.h191 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents);
192 void cxio_dump_tcb(struct cxio_rdev *rdev, u32 hwtid);
H A Diwch_cm.h176 u32 hwtid; member in struct:iwch_ep
H A Diwch_qp.c622 qhp->ep->hwtid, 5);
692 init_attr.tid = qhp->ep->hwtid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_offload.c661 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
664 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
719 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
722 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
793 unsigned int hwtid = ntohl(skb->priority) >> 8 & 0xfffff; local
797 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);

Completed in 104 milliseconds