Lines Matching refs:c4iw_dev
65 struct c4iw_dev *rhp;
81 struct c4iw_dev *rhp = to_c4iw_dev(ibdev);
196 struct c4iw_dev *rhp;
214 struct c4iw_dev *rhp;
217 rhp = (struct c4iw_dev *) ibdev;
244 struct c4iw_dev *dev;
260 struct c4iw_dev *dev;
326 struct c4iw_dev *c4iw_dev =
327 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
332 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type));
339 struct c4iw_dev *c4iw_dev =
340 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
342 struct net_device *lldev = c4iw_dev->rdev.lldi.ports[0];
353 struct c4iw_dev *c4iw_dev =
354 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
357 return sysfs_emit(buf, "%x.%x\n", c4iw_dev->rdev.lldi.pdev->vendor,
358 c4iw_dev->rdev.lldi.pdev->device);
399 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev);
401 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6);
444 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev,
449 FW_HDR_FW_VER_MAJOR_G(c4iw_dev->rdev.lldi.fw_vers),
450 FW_HDR_FW_VER_MINOR_G(c4iw_dev->rdev.lldi.fw_vers),
451 FW_HDR_FW_VER_MICRO_G(c4iw_dev->rdev.lldi.fw_vers),
452 FW_HDR_FW_VER_BUILD_G(c4iw_dev->rdev.lldi.fw_vers));
530 struct c4iw_dev *dev = ctx->dev;
532 pr_debug("c4iw_dev %p\n", dev);
564 void c4iw_unregister_device(struct c4iw_dev *dev)
566 pr_debug("c4iw_dev %p\n", dev);