Searched refs:i40iw_hmc_info (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_hmc.h | 140 struct i40iw_hmc_info { struct 192 struct i40iw_hmc_info *hmc_info; 203 struct i40iw_hmc_info *hmc_info; 225 struct i40iw_hmc_info *i40iw_vf_hmcinfo_from_fpm(struct i40iw_sc_dev *dev, 228 struct i40iw_hmc_info *hmc_info, u32 sd_index, 231 struct i40iw_hmc_info *hmc_info, u32 pd_index, 234 struct i40iw_hmc_info *hmc_info, u32 idx, bool is_pf); 235 enum i40iw_status_code i40iw_prep_remove_sd_bp(struct i40iw_hmc_info *hmc_info, u32 idx); 236 enum i40iw_status_code i40iw_prep_remove_pd_page(struct i40iw_hmc_info *hmc_info, u32 idx);
|
D | i40iw_hmc.c | 58 static inline void i40iw_find_sd_index_limit(struct i40iw_hmc_info *hmc_info, in i40iw_find_sd_index_limit() 88 static inline void i40iw_find_pd_index_limit(struct i40iw_hmc_info *hmc_info, in i40iw_find_pd_index_limit() 176 struct i40iw_hmc_info *hmc_info, in i40iw_hmc_sd_grp() 248 struct i40iw_hmc_info *i40iw_vf_hmcinfo_from_fpm(struct i40iw_sc_dev *dev, in i40iw_vf_hmcinfo_from_fpm() 251 struct i40iw_hmc_info *hmc_info = NULL; in i40iw_vf_hmcinfo_from_fpm() 545 struct i40iw_hmc_info *hmc_info, in i40iw_add_sd_table_entry() 616 struct i40iw_hmc_info *hmc_info, in i40iw_add_pd_table_entry() 693 struct i40iw_hmc_info *hmc_info, in i40iw_remove_pd_bp() 747 enum i40iw_status_code i40iw_prep_remove_sd_bp(struct i40iw_hmc_info *hmc_info, u32 idx) in i40iw_prep_remove_sd_bp() 767 enum i40iw_status_code i40iw_prep_remove_pd_page(struct i40iw_hmc_info *hmc_info, in i40iw_prep_remove_pd_page() [all …]
|
D | i40iw_pble.c | 85 struct i40iw_hmc_info *hmc_info; in i40iw_hmc_init_pble() 139 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() 258 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() 328 struct i40iw_hmc_info *hmc_info; in add_pble_pool()
|
D | i40iw_pble.h | 85 struct i40iw_hmc_info *hmc_info;
|
D | i40iw_type.h | 63 struct i40iw_hmc_info; 266 struct i40iw_hmc_info hmc; 446 struct i40iw_hmc_info hmc_info; 489 struct i40iw_hmc_info *hmc_info; 1155 enum i40iw_status_code (*parse_fpm_query_buf)(u64 *, struct i40iw_hmc_info *,
|
D | i40iw_osdep.h | 169 struct i40iw_hmc_info;
|
D | i40iw_virtchnl.c | 339 struct i40iw_hmc_info *hmc_info = &vf_dev->hmc_info; in pf_add_hmc_obj_callback() 379 struct i40iw_hmc_info *hmc_info = &vf_dev->hmc_info; in pf_del_hmc_obj_callback()
|
D | i40iw_main.c | 404 struct i40iw_hmc_info *hmc_info, in i40iw_close_hmc_objects_type() 428 struct i40iw_hmc_info *hmc_info, in i40iw_del_hmc_objects() 1318 size = sizeof(struct i40iw_hmc_pble_rsrc) + sizeof(struct i40iw_hmc_info) + in i40iw_initialize_dev()
|
D | i40iw_ctrl.c | 216 struct i40iw_hmc_info *hmc_info, in i40iw_sc_parse_fpm_query_buf() 3554 struct i40iw_hmc_info *hmc_info; in i40iw_sc_init_iw_hmc() 3659 struct i40iw_hmc_info *hmc_info; in i40iw_sc_configure_iw_fpm() 3963 static u64 i40iw_est_sd(struct i40iw_sc_dev *dev, struct i40iw_hmc_info *hmc_info) in i40iw_est_sd() 4005 struct i40iw_hmc_info *hmc_info; in i40iw_config_fpm_values()
|