Lines Matching refs:c4iw_dev

64 	struct c4iw_dev *rhp;  in _c4iw_free_ucontext()
90 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
214 struct c4iw_dev *rhp; in c4iw_deallocate_pd()
234 struct c4iw_dev *rhp; in c4iw_allocate_pd()
237 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd()
276 struct c4iw_dev *dev; in c4iw_query_gid()
292 struct c4iw_dev *dev; in c4iw_query_device()
335 struct c4iw_dev *dev; in c4iw_query_port()
379 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_rev() local
383 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
389 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_hca() local
392 struct net_device *lldev = c4iw_dev->rdev.lldi.ports[0]; in show_hca()
402 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_board() local
405 return sprintf(buf, "%x.%x\n", c4iw_dev->rdev.lldi.pdev->vendor, in show_board()
406 c4iw_dev->rdev.lldi.pdev->device); in show_board()
449 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); in c4iw_get_mib() local
451 cxgb4_get_tcp_stats(c4iw_dev->rdev.lldi.pdev, &v4, &v6); in c4iw_get_mib()
494 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in get_dev_fw_str() local
499 FW_HDR_FW_VER_MAJOR_G(c4iw_dev->rdev.lldi.fw_vers), in get_dev_fw_str()
500 FW_HDR_FW_VER_MINOR_G(c4iw_dev->rdev.lldi.fw_vers), in get_dev_fw_str()
501 FW_HDR_FW_VER_MICRO_G(c4iw_dev->rdev.lldi.fw_vers), in get_dev_fw_str()
502 FW_HDR_FW_VER_BUILD_G(c4iw_dev->rdev.lldi.fw_vers)); in get_dev_fw_str()
507 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, ibdev); in get_netdev() local
508 struct c4iw_rdev *rdev = &c4iw_dev->rdev; in get_netdev()
535 struct c4iw_dev *dev = ctx->dev; in c4iw_register_device()
652 void c4iw_unregister_device(struct c4iw_dev *dev) in c4iw_unregister_device()