Lines Matching refs:iwch_dev

97 	struct iwch_dev *rhp = to_iwch_dev(context->device);  in iwch_dealloc_ucontext()
113 struct iwch_dev *rhp = to_iwch_dev(ibdev); in iwch_alloc_ucontext()
145 struct iwch_dev *rhp; in iwch_create_cq()
315 struct iwch_dev *rhp; in iwch_arm_cq()
404 struct iwch_dev *rhp; in iwch_deallocate_pd()
421 struct iwch_dev *rhp; in iwch_allocate_pd()
424 rhp = (struct iwch_dev *) ibdev; in iwch_allocate_pd()
447 struct iwch_dev *rhp; in iwch_dereg_mr()
482 struct iwch_dev *rhp; in iwch_register_phys_mem()
559 struct iwch_dev *rhp; in iwch_reregister_phys_mem()
623 struct iwch_dev *rhp; in iwch_reg_user_mr()
739 struct iwch_dev *rhp; in iwch_alloc_mw()
776 struct iwch_dev *rhp; in iwch_dealloc_mw()
792 struct iwch_dev *rhp; in iwch_alloc_fast_reg_mr()
860 struct iwch_dev *rhp; in iwch_destroy_qp()
892 struct iwch_dev *rhp; in iwch_create_qp()
1049 struct iwch_dev *rhp; in iwch_ib_modify_qp()
1116 struct iwch_dev *dev; in iwch_query_gid()
1127 static u64 fw_vers_string_to_u64(struct iwch_dev *iwch_dev) in fw_vers_string_to_u64() argument
1130 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in fw_vers_string_to_u64()
1152 struct iwch_dev *dev; in iwch_query_device()
1184 struct iwch_dev *dev; in iwch_query_port()
1238 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_rev() local
1241 return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type); in show_rev()
1246 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_fw_ver() local
1249 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_fw_ver()
1259 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_hca() local
1262 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_hca()
1272 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_board() local
1275 return sprintf(buf, "%x.%x\n", iwch_dev->rdev.rnic_info.pdev->vendor, in show_board()
1276 iwch_dev->rdev.rnic_info.pdev->device); in show_board()
1282 struct iwch_dev *dev; in iwch_get_mib()
1346 int iwch_register_device(struct iwch_dev *dev) in iwch_register_device()
1456 void iwch_unregister_device(struct iwch_dev *dev) in iwch_unregister_device()