Lines Matching refs:c4iw_dev
64 struct c4iw_dev *rhp;
80 struct c4iw_dev *rhp = to_c4iw_dev(ibdev);
195 struct c4iw_dev *rhp;
213 struct c4iw_dev *rhp;
216 rhp = (struct c4iw_dev *) ibdev;
243 struct c4iw_dev *dev;
259 struct c4iw_dev *dev;
321 struct c4iw_dev *c4iw_dev =
322 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
326 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type));
333 struct c4iw_dev *c4iw_dev =
334 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
336 struct net_device *lldev = c4iw_dev->rdev.lldi.ports[0];
347 struct c4iw_dev *c4iw_dev =
348 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev);
351 return sprintf(buf, "%x.%x\n", c4iw_dev->rdev.lldi.pdev->vendor,
352 c4iw_dev->rdev.lldi.pdev->device);
396 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev);
398 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6);
441 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev,
446 FW_HDR_FW_VER_MAJOR_G(c4iw_dev->rdev.lldi.fw_vers),
447 FW_HDR_FW_VER_MINOR_G(c4iw_dev->rdev.lldi.fw_vers),
448 FW_HDR_FW_VER_MICRO_G(c4iw_dev->rdev.lldi.fw_vers),
449 FW_HDR_FW_VER_BUILD_G(c4iw_dev->rdev.lldi.fw_vers));
527 struct c4iw_dev *dev = ctx->dev;
529 pr_debug("c4iw_dev %p\n", dev);
587 void c4iw_unregister_device(struct c4iw_dev *dev)
589 pr_debug("c4iw_dev %p\n", dev);