Searched refs:t3cdev_p (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Dcxio_dbg.c56 rc = rdev->t3cdev_p->ctl(rdev->t3cdev_p, RDMA_GET_MEM, m);
94 rc = rdev->t3cdev_p->ctl(rdev->t3cdev_p, RDMA_GET_MEM, m);
155 rc = rdev->t3cdev_p->ctl(rdev->t3cdev_p, RDMA_GET_MEM, m);
188 rc = rdev->t3cdev_p->ctl(rdev->t3cdev_p, RDMA_GET_MEM, m);
H A Dcxio_hal.c66 if (rdev->t3cdev_p == tdev)
82 ret = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_OP, &setup);
134 return (rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_SETUP, &setup));
155 return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb);
184 if (rdev_p->t3cdev_p->type != T3A)
188 return (rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_SETUP, &setup));
200 return (rdev_p->t3cdev_p
877 cxio_hal_ev_handler(struct t3cdev *t3cdev_p, struct sk_buff *skb) argument
[all...]
H A Diwch.h129 return rhp->rdev.t3cdev_p->type == T3B;
134 return rhp->rdev.t3cdev_p->type == T3A;
H A Diwch.c157 rnicp->rdev.t3cdev_p = tdev;
188 if (dev->rdev.t3cdev_p == tdev) {
H A Diwch_provider.c1119 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
1146 memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
1147 props->hw_ver = dev->rdev.t3cdev_p->type;
1230 return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type);
1238 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
1251 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
1277 ret = dev->rdev.t3cdev_p->ctl(dev->rdev.t3cdev_p, RDMA_GET_MIB, &m);
1343 memcpy(&dev->ibdev.node_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
H A Dcxio_hal.h101 struct t3cdev *t3cdev_p; member in struct:cxio_rdev
H A Diwch_cm.c1907 ep->com.tdev = h->rdev.t3cdev_p;
1919 ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
1927 rt = find_route(h->rdev.t3cdev_p,
1958 l2t_release(L2DATA(h->rdev.t3cdev_p), ep->l2t);
1986 ep->com.tdev = h->rdev.t3cdev_p;
1995 ep->stid = cxgb3_alloc_stid(h->rdev.t3cdev_p, &t3c_client, ep);
H A Diwch_qp.c767 return iwch_cxgb3_ofld_send(qhp->rhp->rdev.t3cdev_p, skb);
799 return iwch_cxgb3_ofld_send(qhp->rhp->rdev.t3cdev_p, skb);

Completed in 48 milliseconds