Searched refs:bnxt_re_dev (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 82 static void bnxt_re_dev_stop(struct bnxt_re_dev *rdev); 85 static struct bnxt_re_dev *bnxt_re_from_netdev(struct net_device *netdev); 86 static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev, u8 op_type); 87 static int bnxt_re_hwrm_qcaps(struct bnxt_re_dev *rdev); 89 static int bnxt_re_hwrm_qcfg(struct bnxt_re_dev *rdev, u32 *db_len, 91 static void bnxt_re_setup_cc(struct bnxt_re_dev *rdev, bool enable); 92 static void bnxt_re_set_db_offset(struct bnxt_re_dev *rdev) in bnxt_re_set_db_offset() 133 static void bnxt_re_set_drv_mode(struct bnxt_re_dev *rdev) in bnxt_re_set_drv_mode() 149 static void bnxt_re_destroy_chip_ctx(struct bnxt_re_dev *rdev) in bnxt_re_destroy_chip_ctx() 164 static int bnxt_re_setup_chip_ctx(struct bnxt_re_dev *rdev) in bnxt_re_setup_chip_ctx() [all …]
|
D | ib_verbs.h | 60 struct bnxt_re_dev *rdev; 69 struct bnxt_re_dev *rdev; 75 struct bnxt_re_dev *rdev; 87 struct bnxt_re_dev *rdev; 102 struct bnxt_re_dev *rdev; 118 struct bnxt_re_dev *rdev; 128 struct bnxt_re_dev *rdev; 134 struct bnxt_re_dev *rdev; 141 struct bnxt_re_dev *rdev; 187 static inline bool bnxt_re_is_var_size_supported(struct bnxt_re_dev *rdev, in bnxt_re_is_var_size_supported()
|
D | bnxt_re.h | 121 struct bnxt_re_dev *rdev; 159 struct bnxt_re_dev { struct 219 container_of((ptr), struct bnxt_re_dev, member) argument 226 void bnxt_re_pacing_alert(struct bnxt_re_dev *rdev); 228 static inline struct device *rdev_to_dev(struct bnxt_re_dev *rdev) in rdev_to_dev() 237 static inline void bnxt_re_set_pacing_dev_state(struct bnxt_re_dev *rdev) in bnxt_re_set_pacing_dev_state()
|
D | ib_verbs.c | 118 static void bnxt_re_check_and_set_relaxed_ordering(struct bnxt_re_dev *rdev, in bnxt_re_check_and_set_relaxed_ordering() 145 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_device() 218 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_port() 274 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_fw_str() 295 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_query_gid() 310 struct bnxt_re_dev *rdev = to_bnxt_re_dev(attr->device, ibdev); in bnxt_re_del_gid() 365 struct bnxt_re_dev *rdev = to_bnxt_re_dev(attr->device, ibdev); in bnxt_re_add_gid() 412 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_create_fence_wqe() 466 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_destroy_fence_mr() 497 struct bnxt_re_dev *rdev = pd->rdev; in bnxt_re_create_fence_mr() [all …]
|
D | hw_counters.c | 155 static void bnxt_re_copy_ext_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_ext_stats() 182 static int bnxt_re_get_ext_stat(struct bnxt_re_dev *rdev, in bnxt_re_get_ext_stat() 199 static void bnxt_re_copy_err_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_err_stats() 285 static void bnxt_re_copy_db_pacing_stats(struct bnxt_re_dev *rdev, in bnxt_re_copy_db_pacing_stats() 301 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_ib_get_hw_stats() 381 struct bnxt_re_dev *rdev = to_bnxt_re_dev(ibdev, ibdev); in bnxt_re_ib_alloc_hw_port_stats()
|