Searched refs:bnxt_re_dev (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 81 static void bnxt_re_remove_device(struct bnxt_re_dev *rdev); 84 static void bnxt_re_dev_stop(struct bnxt_re_dev *rdev); 86 static void bnxt_re_set_drv_mode(struct bnxt_re_dev *rdev, u8 mode) in bnxt_re_set_drv_mode() 95 static void bnxt_re_destroy_chip_ctx(struct bnxt_re_dev *rdev) in bnxt_re_destroy_chip_ctx() 110 static int bnxt_re_setup_chip_ctx(struct bnxt_re_dev *rdev, u8 wqe_mode) in bnxt_re_setup_chip_ctx() 142 static void bnxt_re_get_sriov_func_type(struct bnxt_re_dev *rdev) in bnxt_re_get_sriov_func_type() 156 static void bnxt_re_limit_pf_res(struct bnxt_re_dev *rdev) in bnxt_re_limit_pf_res() 215 static void bnxt_re_set_resource_limits(struct bnxt_re_dev *rdev) in bnxt_re_set_resource_limits() 231 struct bnxt_re_dev *rdev = p; in bnxt_re_stop() 270 struct bnxt_re_dev *rdev = p; in bnxt_re_sriov_config() [all …]
|
| D | ib_verbs.h | 60 struct bnxt_re_dev *rdev; 67 struct bnxt_re_dev *rdev; 73 struct bnxt_re_dev *rdev; 83 struct bnxt_re_dev *rdev; 98 struct bnxt_re_dev *rdev; 110 struct bnxt_re_dev *rdev; 120 struct bnxt_re_dev *rdev; 126 struct bnxt_re_dev *rdev; 133 struct bnxt_re_dev *rdev;
|
| D | bnxt_re.h | 95 struct bnxt_re_dev *rdev; 121 struct bnxt_re_dev { struct 185 container_of((ptr), struct bnxt_re_dev, member) argument 191 static inline struct device *rdev_to_dev(struct bnxt_re_dev *rdev) in rdev_to_dev()
|
| D | ib_verbs.c | 127 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_device() 200 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_port() 255 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_fw_str() 276 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_gid() 291 struct bnxt_re_dev *rdev = to_bnxt_re_dev(attr->device, ibdev); in bnxt_re_del_gid() 346 struct bnxt_re_dev *rdev = to_bnxt_re_dev(attr->device, ibdev); in bnxt_re_add_gid() 443 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_destroy_fence_mr() 471 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_create_fence_mr() 540 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_dealloc_pd() 556 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_alloc_pd() [all …]
|
| D | hw_counters.c | 130 static void bnxt_re_copy_ext_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_ext_stats() 149 static int bnxt_re_get_ext_stat(struct bnxt_re_dev *rdev, in bnxt_re_get_ext_stat() 166 static void bnxt_re_copy_err_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_err_stats() 256 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_ib_get_hw_stats() 317 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_ib_alloc_hw_port_stats()
|