Home
last modified time | relevance | path

Searched refs:i40iw_hmc_pble_rsrc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_pble.h108 struct i40iw_hmc_pble_rsrc { struct
123 void i40iw_destroy_pble_pool(struct i40iw_sc_dev *dev, struct i40iw_hmc_pble_rsrc *pble_rsrc); argument
125 struct i40iw_hmc_pble_rsrc *pble_rsrc);
126 void i40iw_free_pble(struct i40iw_hmc_pble_rsrc *pble_rsrc, struct i40iw_pble_alloc *palloc);
128 struct i40iw_hmc_pble_rsrc *pble_rsrc,
Di40iw_pble.c52 struct i40iw_hmc_pble_rsrc *pble_rsrc);
59 void i40iw_destroy_pble_pool(struct i40iw_sc_dev *dev, struct i40iw_hmc_pble_rsrc *pble_rsrc) in i40iw_destroy_pble_pool()
83 struct i40iw_hmc_pble_rsrc *pble_rsrc) in i40iw_hmc_init_pble()
118 static inline void get_sd_pd_idx(struct i40iw_hmc_pble_rsrc *pble_rsrc, in get_sd_pd_idx()
133 struct i40iw_hmc_pble_rsrc *pble_rsrc, in add_sd_direct()
239 static inline u32 fpm_to_idx(struct i40iw_hmc_pble_rsrc *pble_rsrc, u64 addr) in fpm_to_idx()
251 struct i40iw_hmc_pble_rsrc *pble_rsrc, in add_bp_pages()
325 struct i40iw_hmc_pble_rsrc *pble_rsrc) in add_pble_pool()
422 static void free_lvl2(struct i40iw_hmc_pble_rsrc *pble_rsrc, in free_lvl2()
453 static enum i40iw_status_code get_lvl2_pble(struct i40iw_hmc_pble_rsrc *pble_rsrc, in get_lvl2_pble()
[all …]
Di40iw.h254 struct i40iw_hmc_pble_rsrc *pble_rsrc;
Di40iw_main.c1324 size = sizeof(struct i40iw_hmc_pble_rsrc) + sizeof(struct i40iw_hmc_info) + in i40iw_initialize_dev()
1330 iwdev->pble_rsrc = (struct i40iw_hmc_pble_rsrc *)iwdev->hmc_info_mem; in i40iw_initialize_dev()