• Home
  • Raw
  • Download

Lines Matching refs:iwch_dev

101 	struct iwch_dev *rhp = to_iwch_dev(context->device);  in iwch_dealloc_ucontext()
117 struct iwch_dev *rhp = to_iwch_dev(ibdev); in iwch_alloc_ucontext()
151 struct iwch_dev *rhp; in iwch_create_cq()
324 struct iwch_dev *rhp; in iwch_arm_cq()
413 struct iwch_dev *rhp; in iwch_deallocate_pd()
430 struct iwch_dev *rhp; in iwch_allocate_pd()
433 rhp = (struct iwch_dev *) ibdev; in iwch_allocate_pd()
456 struct iwch_dev *rhp; in iwch_dereg_mr()
492 struct iwch_dev *rhp; in iwch_register_phys_mem()
569 struct iwch_dev *rhp; in iwch_reregister_phys_mem()
633 struct iwch_dev *rhp; in iwch_reg_user_mr()
753 struct iwch_dev *rhp; in iwch_alloc_mw()
790 struct iwch_dev *rhp; in iwch_dealloc_mw()
808 struct iwch_dev *rhp; in iwch_alloc_mr()
889 struct iwch_dev *rhp; in iwch_destroy_qp()
921 struct iwch_dev *rhp; in iwch_create_qp()
1078 struct iwch_dev *rhp; in iwch_ib_modify_qp()
1145 struct iwch_dev *dev; in iwch_query_gid()
1156 static u64 fw_vers_string_to_u64(struct iwch_dev *iwch_dev) in fw_vers_string_to_u64() argument
1159 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in fw_vers_string_to_u64()
1181 struct iwch_dev *dev; in iwch_query_device()
1217 struct iwch_dev *dev; in iwch_query_port()
1271 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_rev() local
1274 return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type); in show_rev()
1279 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_fw_ver() local
1282 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_fw_ver()
1292 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_hca() local
1295 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_hca()
1305 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, in show_board() local
1308 return sprintf(buf, "%x.%x\n", iwch_dev->rdev.rnic_info.pdev->vendor, in show_board()
1309 iwch_dev->rdev.rnic_info.pdev->device); in show_board()
1315 struct iwch_dev *dev; in iwch_get_mib()
1396 int iwch_register_device(struct iwch_dev *dev) in iwch_register_device()
1506 void iwch_unregister_device(struct iwch_dev *dev) in iwch_unregister_device()