t3cdev_p           66 drivers/infiniband/hw/cxgb3/cxio_hal.c 		if (rdev->t3cdev_p == tdev)
t3cdev_p           82 drivers/infiniband/hw/cxgb3/cxio_hal.c 	ret = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_OP, &setup);
t3cdev_p          133 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return (rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_SETUP, &setup));
t3cdev_p          153 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb);
t3cdev_p          182 drivers/infiniband/hw/cxgb3/cxio_hal.c 	if (rdev_p->t3cdev_p->type != T3A)
t3cdev_p          186 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return (rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_SETUP, &setup));
t3cdev_p          489 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return (rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_CQ_SETUP, &setup));
t3cdev_p          553 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb);
t3cdev_p          840 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return iwch_cxgb3_ofld_send(rdev_p->t3cdev_p, skb);
t3cdev_p          853 drivers/infiniband/hw/cxgb3/cxio_hal.c static int cxio_hal_ev_handler(struct t3cdev *t3cdev_p, struct sk_buff *skb)
t3cdev_p          868 drivers/infiniband/hw/cxgb3/cxio_hal.c 	rdev_p = (struct cxio_rdev *)t3cdev_p->ulp;
t3cdev_p          871 drivers/infiniband/hw/cxgb3/cxio_hal.c 			 t3cdev_p);
t3cdev_p          902 drivers/infiniband/hw/cxgb3/cxio_hal.c 	} else if (rdev_p->t3cdev_p) {
t3cdev_p          903 drivers/infiniband/hw/cxgb3/cxio_hal.c 		if (cxio_hal_find_rdev_by_t3cdev(rdev_p->t3cdev_p)) {
t3cdev_p          906 drivers/infiniband/hw/cxgb3/cxio_hal.c 		netdev_p = rdev_p->t3cdev_p->lldev;
t3cdev_p          907 drivers/infiniband/hw/cxgb3/cxio_hal.c 		strncpy(rdev_p->dev_name, rdev_p->t3cdev_p->name,
t3cdev_p          918 drivers/infiniband/hw/cxgb3/cxio_hal.c 	if (!rdev_p->t3cdev_p)
t3cdev_p          919 drivers/infiniband/hw/cxgb3/cxio_hal.c 		rdev_p->t3cdev_p = dev2t3cdev(netdev_p);
t3cdev_p          920 drivers/infiniband/hw/cxgb3/cxio_hal.c 	rdev_p->t3cdev_p->ulp = (void *) rdev_p;
t3cdev_p          922 drivers/infiniband/hw/cxgb3/cxio_hal.c 	err = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, GET_EMBEDDED_INFO,
t3cdev_p          926 drivers/infiniband/hw/cxgb3/cxio_hal.c 		       __func__, rdev_p->t3cdev_p, err);
t3cdev_p          937 drivers/infiniband/hw/cxgb3/cxio_hal.c 	err = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, RDMA_GET_PARAMS,
t3cdev_p          941 drivers/infiniband/hw/cxgb3/cxio_hal.c 		       __func__, rdev_p->t3cdev_p, err);
t3cdev_p          944 drivers/infiniband/hw/cxgb3/cxio_hal.c 	err = rdev_p->t3cdev_p->ctl(rdev_p->t3cdev_p, GET_PORTS,
t3cdev_p          948 drivers/infiniband/hw/cxgb3/cxio_hal.c 		       __func__, rdev_p->t3cdev_p, err);
t3cdev_p         1007 drivers/infiniband/hw/cxgb3/cxio_hal.c 	rdev_p->t3cdev_p->ulp = NULL;
t3cdev_p         1020 drivers/infiniband/hw/cxgb3/cxio_hal.c 		rdev_p->t3cdev_p->ulp = NULL;
t3cdev_p          101 drivers/infiniband/hw/cxgb3/cxio_hal.h 	struct t3cdev *t3cdev_p;
t3cdev_p          147 drivers/infiniband/hw/cxgb3/iwch.c 	rnicp->rdev.t3cdev_p = tdev;
t3cdev_p          178 drivers/infiniband/hw/cxgb3/iwch.c 		if (dev->rdev.t3cdev_p == tdev) {
t3cdev_p          128 drivers/infiniband/hw/cxgb3/iwch.h 	return rhp->rdev.t3cdev_p->type == T3B;
t3cdev_p          133 drivers/infiniband/hw/cxgb3/iwch.h 	return rhp->rdev.t3cdev_p->type == T3A;
t3cdev_p         1911 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->com.tdev = h->rdev.t3cdev_p;
t3cdev_p         1923 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->atid = cxgb3_alloc_atid(h->rdev.t3cdev_p, &t3c_client, ep);
t3cdev_p         1931 drivers/infiniband/hw/cxgb3/iwch_cm.c 	rt = find_route(h->rdev.t3cdev_p, laddr->sin_addr.s_addr,
t3cdev_p         1960 drivers/infiniband/hw/cxgb3/iwch_cm.c 	l2t_release(h->rdev.t3cdev_p, ep->l2t);
t3cdev_p         1993 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->com.tdev = h->rdev.t3cdev_p;
t3cdev_p         2003 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->stid = cxgb3_alloc_stid(h->rdev.t3cdev_p, &t3c_client, ep);
t3cdev_p          936 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
t3cdev_p          966 drivers/infiniband/hw/cxgb3/iwch_provider.c 	memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
t3cdev_p          967 drivers/infiniband/hw/cxgb3/iwch_provider.c 	props->hw_ver = dev->rdev.t3cdev_p->type;
t3cdev_p         1018 drivers/infiniband/hw/cxgb3/iwch_provider.c 	return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type);
t3cdev_p         1028 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
t3cdev_p         1130 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = dev->rdev.t3cdev_p->ctl(dev->rdev.t3cdev_p, RDMA_GET_MIB, &m);
t3cdev_p         1196 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
t3cdev_p         1271 drivers/infiniband/hw/cxgb3/iwch_provider.c 	memcpy(&dev->ibdev.node_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
t3cdev_p         1304 drivers/infiniband/hw/cxgb3/iwch_provider.c 	memcpy(dev->ibdev.iw_ifname, dev->rdev.t3cdev_p->lldev->name,
t3cdev_p          686 drivers/infiniband/hw/cxgb3/iwch_qp.c 	return iwch_cxgb3_ofld_send(ep->com.qp->rhp->rdev.t3cdev_p, skb);
t3cdev_p          717 drivers/infiniband/hw/cxgb3/iwch_qp.c 	return iwch_cxgb3_ofld_send(qhp->rhp->rdev.t3cdev_p, skb);