Home
last modified time | relevance | path

Searched refs:hmc_info (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_hmc.c47 * @hmc_info: pointer to the HMC configuration information structure
58 static inline void i40iw_find_sd_index_limit(struct i40iw_hmc_info *hmc_info, in i40iw_find_sd_index_limit() argument
67 fpm_addr = hmc_info->hmc_obj[(type)].base + in i40iw_find_sd_index_limit()
68 hmc_info->hmc_obj[type].size * idx; in i40iw_find_sd_index_limit()
69 fpm_limit = fpm_addr + hmc_info->hmc_obj[type].size * cnt; in i40iw_find_sd_index_limit()
77 * @hmc_info: pointer to the HMC configuration information struct
88 static inline void i40iw_find_pd_index_limit(struct i40iw_hmc_info *hmc_info, in i40iw_find_pd_index_limit() argument
97 fpm_adr = hmc_info->hmc_obj[type].base + in i40iw_find_pd_index_limit()
98 hmc_info->hmc_obj[type].size * idx; in i40iw_find_pd_index_limit()
99 fpm_limit = fpm_adr + (hmc_info) in i40iw_find_pd_index_limit()
175 i40iw_hmc_sd_grp(struct i40iw_sc_dev *dev, struct i40iw_hmc_info *hmc_info, u32 sd_index, u32 sd_cnt, bool setsd) i40iw_hmc_sd_grp() argument
251 struct i40iw_hmc_info *hmc_info = NULL; i40iw_vf_hmcinfo_from_fpm() local
544 i40iw_add_sd_table_entry(struct i40iw_hw *hw, struct i40iw_hmc_info *hmc_info, u32 sd_index, enum i40iw_sd_entry_type type, u64 direct_mode_sz) i40iw_add_sd_table_entry() argument
615 i40iw_add_pd_table_entry(struct i40iw_hw *hw, struct i40iw_hmc_info *hmc_info, u32 pd_index, struct i40iw_dma_mem *rsrc_pg) i40iw_add_pd_table_entry() argument
692 i40iw_remove_pd_bp(struct i40iw_hw *hw, struct i40iw_hmc_info *hmc_info, u32 idx, bool is_pf) i40iw_remove_pd_bp() argument
747 i40iw_prep_remove_sd_bp(struct i40iw_hmc_info *hmc_info, u32 idx) i40iw_prep_remove_sd_bp() argument
767 i40iw_prep_remove_pd_page(struct i40iw_hmc_info *hmc_info, u32 idx) i40iw_prep_remove_pd_page() argument
795 struct i40iw_hmc_info *hmc_info; i40iw_pf_init_vfhmc() local
[all...]
H A Di40iw_pble.c85 struct i40iw_hmc_info *hmc_info; in i40iw_hmc_init_pble() local
88 hmc_info = dev->hmc_info; in i40iw_hmc_init_pble()
89 pble_rsrc->fpm_base_addr = hmc_info->hmc_obj[I40IW_HMC_IW_PBLE].base; in i40iw_hmc_init_pble()
95 hmc_info->hmc_obj[I40IW_HMC_IW_PBLE].cnt - fpm_idx; in i40iw_hmc_init_pble()
139 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() local
145 ret_code = i40iw_add_sd_table_entry(dev->hw, hmc_info, in add_sd_direct()
258 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() local
328 struct i40iw_hmc_info *hmc_info; add_pble_pool() local
[all...]
H A Di40iw_hmc.h192 struct i40iw_hmc_info *hmc_info; member
203 struct i40iw_hmc_info *hmc_info; member
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);
H A Di40iw_ctrl.c132 * of hmc objects in hmc_info
212 * size value of hmc objects in hmc_info
216 struct i40iw_hmc_info *hmc_info, in i40iw_sc_parse_fpm_query_buf()
224 obj_info = hmc_info->hmc_obj; in i40iw_sc_parse_fpm_query_buf()
227 hmc_info->first_sd_index = (u16)RS_64(temp, I40IW_QUERY_FPM_FIRST_PE_SD_INDEX); in i40iw_sc_parse_fpm_query_buf()
231 if (hmc_info->hmc_fn_id >= I40IW_FIRST_VF_FPM_ID) in i40iw_sc_parse_fpm_query_buf()
234 hmc_info->sd_table.sd_cnt = max_pe_sds + hmc_info->first_sd_index; in i40iw_sc_parse_fpm_query_buf()
1575 pble_obj_cnt = info->dev->hmc_info->hmc_obj[I40IW_HMC_IW_PBLE].cnt; in i40iw_sc_ceq_init()
1761 pble_obj_cnt = info->dev->hmc_info in i40iw_sc_aeq_init()
214 i40iw_sc_parse_fpm_query_buf( u64 *buf, struct i40iw_hmc_info *hmc_info, struct i40iw_hmc_fpm_misc *hmc_fpm_misc) i40iw_sc_parse_fpm_query_buf() argument
3560 struct i40iw_hmc_info *hmc_info; i40iw_sc_init_iw_hmc() local
3665 struct i40iw_hmc_info *hmc_info; i40iw_sc_configure_iw_fpm() local
3969 i40iw_est_sd(struct i40iw_sc_dev *dev, struct i40iw_hmc_info *hmc_info) i40iw_est_sd() argument
4011 struct i40iw_hmc_info *hmc_info; i40iw_config_fpm_values() local
[all...]
H A Di40iw_virtchnl.c339 struct i40iw_hmc_info *hmc_info = &vf_dev->hmc_info; in pf_add_hmc_obj_callback() local
355 info.hmc_info = hmc_info; in pf_add_hmc_obj_callback()
366 vf_dev->hmc_info.hmc_obj[add_hmc_obj->obj_type].cnt = add_hmc_obj->obj_count; in pf_add_hmc_obj_callback()
379 struct i40iw_hmc_info *hmc_info = &vf_dev->hmc_info; in pf_del_hmc_obj_callback() local
391 info.hmc_info = hmc_info; in pf_del_hmc_obj_callback()
484 vf_dev->hmc_info in i40iw_vchnl_recv_pf()
[all...]
H A Di40iw_main.c404 struct i40iw_hmc_info *hmc_info, in i40iw_close_hmc_objects_type()
411 info.hmc_info = hmc_info; in i40iw_close_hmc_objects_type()
413 info.count = hmc_info->hmc_obj[obj_type].cnt; in i40iw_close_hmc_objects_type()
422 * @hmc_info: hmc_info to free
423 * @is_pf: true if hmc_info belongs to PF, not vf nor allocated
428 struct i40iw_hmc_info *hmc_info, in i40iw_del_hmc_objects()
435 i40iw_close_hmc_objects_type(dev, iw_hmc_obj_types[i], hmc_info, is_pf, reset); in i40iw_del_hmc_objects()
480 info.hmc_info in i40iw_create_hmc_objs()
402 i40iw_close_hmc_objects_type(struct i40iw_sc_dev *dev, enum i40iw_hmc_rsrc_type obj_type, struct i40iw_hmc_info *hmc_info, bool is_pf, bool reset) i40iw_close_hmc_objects_type() argument
427 i40iw_del_hmc_objects(struct i40iw_sc_dev *dev, struct i40iw_hmc_info *hmc_info, bool is_pf, bool reset) i40iw_del_hmc_objects() argument
[all...]
H A Di40iw_pble.h85 struct i40iw_hmc_info *hmc_info; member
H A Di40iw_hw.c60 max_qp = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_QP].cnt; in i40iw_initialize_hw_resources()
61 max_cq = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_CQ].cnt; in i40iw_initialize_hw_resources()
62 max_mr = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_MR].cnt; in i40iw_initialize_hw_resources()
63 arp_table_size = iwdev->sc_dev.hmc_info->hmc_obj[I40IW_HMC_IW_ARP].cnt; in i40iw_initialize_hw_resources()
H A Di40iw_type.h446 struct i40iw_hmc_info hmc_info; member
489 struct i40iw_hmc_info *hmc_info; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhmc.c11 * @hmc_info: pointer to the HMC configuration information structure
22 static void irdma_find_sd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_sd_index_limit() argument
28 fpm_addr = hmc_info->hmc_obj[(type)].base + in irdma_find_sd_index_limit()
29 hmc_info->hmc_obj[type].size * idx; in irdma_find_sd_index_limit()
30 fpm_limit = fpm_addr + hmc_info->hmc_obj[type].size * cnt; in irdma_find_sd_index_limit()
38 * @hmc_info: pointer to the HMC configuration information struct
49 static void irdma_find_pd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_pd_index_limit() argument
55 fpm_adr = hmc_info->hmc_obj[type].base + in irdma_find_pd_index_limit()
56 hmc_info->hmc_obj[type].size * idx; in irdma_find_pd_index_limit()
57 fpm_limit = fpm_adr + (hmc_info) in irdma_find_pd_index_limit()
145 irdma_hmc_sd_grp(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 sd_index, u32 sd_cnt, bool setsd) irdma_hmc_sd_grp() argument
473 irdma_add_sd_table_entry(struct irdma_hw *hw, struct irdma_hmc_info *hmc_info, u32 sd_index, enum irdma_sd_entry_type type, u64 direct_mode_sz) irdma_add_sd_table_entry() argument
543 irdma_add_pd_table_entry(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 pd_index, struct irdma_dma_mem *rsrc_pg) irdma_add_pd_table_entry() argument
614 irdma_remove_pd_bp(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 idx) irdma_remove_pd_bp() argument
665 irdma_prep_remove_sd_bp(struct irdma_hmc_info *hmc_info, u32 idx) irdma_prep_remove_sd_bp() argument
684 irdma_prep_remove_pd_page(struct irdma_hmc_info *hmc_info, u32 idx) irdma_prep_remove_pd_page() argument
[all...]
H A Dpble.c39 struct irdma_hmc_info *hmc_info; in irdma_hmc_init_pble() local
43 hmc_info = dev->hmc_info; in irdma_hmc_init_pble()
45 pble_rsrc->fpm_base_addr = hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].base; in irdma_hmc_init_pble()
50 hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt - fpm_idx; in irdma_hmc_init_pble()
91 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() local
96 ret_code = irdma_add_sd_table_entry(dev->hw, hmc_info, in add_sd_direct()
144 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() local
209 struct irdma_hmc_info *hmc_info; add_pble_prm() local
[all...]
H A Dhmc.h124 struct irdma_hmc_info *hmc_info; member
135 struct irdma_hmc_info *hmc_info; member
160 struct irdma_hmc_info *hmc_info, u32 sd_index,
163 struct irdma_hmc_info *hmc_info, u32 pd_index,
166 struct irdma_hmc_info *hmc_info, u32 idx);
167 int irdma_prep_remove_sd_bp(struct irdma_hmc_info *hmc_info, u32 idx);
168 int irdma_prep_remove_pd_page(struct irdma_hmc_info *hmc_info, u32 idx);
H A Dctrl.c404 pble_obj_cnt = info->pd->dev->hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt; in irdma_sc_qp_init()
457 qp->qp_uk.qp_id >= cqp->dev->hmc_info->hmc_obj[IRDMA_HMC_IW_QP].max_cnt) in irdma_sc_qp_create()
1150 pble_obj_cnt = dev->hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt; in irdma_sc_mr_reg_non_shared()
2483 pble_obj_cnt = info->dev->hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt; in irdma_sc_cq_init()
2526 if (cq->cq_uk.cq_id >= cqp->dev->hmc_info->hmc_obj[IRDMA_HMC_IW_CQ].max_cnt) in irdma_sc_cq_create()
2664 pble_obj_cnt = cq->dev->hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt; in irdma_sc_cq_modify()
2817 * of hmc objects in hmc_info
2919 * @hmc_info: ptr to irdma_hmc_obj_info struct
2923 * size value of hmc objects in hmc_info
2926 struct irdma_hmc_info *hmc_info, in irdma_sc_parse_fpm_query_buf()
2925 irdma_sc_parse_fpm_query_buf(struct irdma_sc_dev *dev, __le64 *buf, struct irdma_hmc_info *hmc_info, struct irdma_hmc_fpm_misc *hmc_fpm_misc) irdma_sc_parse_fpm_query_buf() argument
4310 struct irdma_hmc_info *hmc_info; irdma_sc_init_iw_hmc() local
4346 struct irdma_hmc_info *hmc_info; irdma_sc_cfg_iw_fpm() local
4592 irdma_est_sd(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info) irdma_est_sd() argument
4741 irdma_q1_cnt(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 qpwanted) irdma_q1_cnt() argument
4758 cfg_fpm_value_gen_1(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 qpwanted) cfg_fpm_value_gen_1() argument
4764 cfg_fpm_value_gen_2(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, u32 qpwanted) cfg_fpm_value_gen_2() argument
4802 struct irdma_hmc_info *hmc_info; irdma_cfg_fpm_val() local
[all...]
H A Dhw.c776 * @hmc_info: host memory info struct
782 struct irdma_hmc_info *hmc_info, in irdma_close_hmc_objects_type()
787 info.hmc_info = hmc_info; in irdma_close_hmc_objects_type()
789 info.count = hmc_info->hmc_obj[obj_type].cnt; in irdma_close_hmc_objects_type()
799 * @hmc_info: hmc_info to free
805 struct irdma_hmc_info *hmc_info, bool privileged, in irdma_del_hmc_objects()
811 if (dev->hmc_info->hmc_obj[iw_hmc_obj_types[i]].cnt) in irdma_del_hmc_objects()
813 hmc_info, privilege in irdma_del_hmc_objects()
780 irdma_close_hmc_objects_type(struct irdma_sc_dev *dev, enum irdma_hmc_rsrc_type obj_type, struct irdma_hmc_info *hmc_info, bool privileged, bool reset) irdma_close_hmc_objects_type() argument
804 irdma_del_hmc_objects(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, bool privileged, bool reset, enum irdma_vers vers) irdma_del_hmc_objects() argument
1384 struct irdma_hmc_info *hmc_info = rf->sc_dev.hmc_info; irdma_create_aeq() local
[all...]
H A Dpble.h64 struct irdma_hmc_info *hmc_info; member
H A Dtype.h603 struct irdma_hmc_info *hmc_info; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.c15 * @hmc_info: pointer to the HMC configuration information struct
21 struct i40e_hmc_info *hmc_info, in i40e_add_sd_table_entry()
33 if (NULL == hmc_info->sd_table.sd_entry) { in i40e_add_sd_table_entry()
39 if (sd_index >= hmc_info->sd_table.sd_cnt) { in i40e_add_sd_table_entry()
45 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
76 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry()
79 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
95 * @hmc_info: pointer to the HMC configuration information structure
110 struct i40e_hmc_info *hmc_info, in i40e_add_pd_table_entry()
123 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info in i40e_add_pd_table_entry()
20 i40e_add_sd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 sd_index, enum i40e_sd_entry_type type, u64 direct_mode_sz) i40e_add_sd_table_entry() argument
109 i40e_add_pd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 pd_index, struct i40e_dma_mem *rsrc_pg) i40e_add_pd_table_entry() argument
188 i40e_remove_pd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_pd_bp() argument
244 i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info, u32 idx) i40e_prep_remove_sd_bp() argument
272 i40e_remove_sd_bp_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_sd_bp_new() argument
293 i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info, u32 idx) i40e_prep_remove_pd_page() argument
321 i40e_remove_pd_page_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_pd_page_new() argument
[all...]
H A Di40e_hmc.h145 * @hmc_info: pointer to the HMC configuration information structure
155 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
158 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
159 (hmc_info)->hmc_obj[(type)].size * (index); \
160 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
169 * @hmc_info: pointer to the HMC configuration information struct
179 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\
182 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
183 (hmc_info)->hmc_obj[(type)].size * (idx); \
184 fpm_limit = fpm_adr + (hmc_info)
[all...]
H A Di40e_lan_hmc.c221 * @hmc_info: pointer to the HMC configuration information structure
233 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_page()
238 if (!i40e_prep_remove_pd_page(hmc_info, idx)) in i40e_remove_pd_page()
239 ret_code = i40e_remove_pd_page_new(hw, hmc_info, idx, true); in i40e_remove_pd_page()
247 * @hmc_info: pointer to the HMC configuration information structure
260 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp()
265 if (!i40e_prep_remove_sd_bp(hmc_info, idx)) in i40e_remove_sd_bp()
266 ret_code = i40e_remove_sd_bp_new(hw, hmc_info, idx, true); in i40e_remove_sd_bp()
296 if (NULL == info->hmc_info) { in i40e_create_lan_hmc_object()
298 hw_dbg(hw, "i40e_create_lan_hmc_object: bad hmc_info pt in i40e_create_lan_hmc_object()
232 i40e_remove_pd_page(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_pd_page() argument
259 i40e_remove_sd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_sd_bp() argument
980 struct i40e_hmc_info *hmc_info = &hw->hmc; i40e_hmc_get_object_va() local
[all...]
H A Di40e_lan_hmc.h125 struct i40e_hmc_info *hmc_info; member
134 struct i40e_hmc_info *hmc_info; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.c14 * @hmc_info: pointer to the HMC configuration information struct
20 struct i40e_hmc_info *hmc_info, in i40e_add_sd_table_entry()
32 if (NULL == hmc_info->sd_table.sd_entry) { in i40e_add_sd_table_entry()
38 if (sd_index >= hmc_info->sd_table.sd_cnt) { in i40e_add_sd_table_entry()
44 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
75 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry()
78 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
94 * @hmc_info: pointer to the HMC configuration information structure
109 struct i40e_hmc_info *hmc_info, in i40e_add_pd_table_entry()
122 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info in i40e_add_pd_table_entry()
19 i40e_add_sd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 sd_index, enum i40e_sd_entry_type type, u64 direct_mode_sz) i40e_add_sd_table_entry() argument
108 i40e_add_pd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 pd_index, struct i40e_dma_mem *rsrc_pg) i40e_add_pd_table_entry() argument
187 i40e_remove_pd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_pd_bp() argument
243 i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info, u32 idx) i40e_prep_remove_sd_bp() argument
271 i40e_remove_sd_bp_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_sd_bp_new() argument
292 i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info, u32 idx) i40e_prep_remove_pd_page() argument
320 i40e_remove_pd_page_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_pd_page_new() argument
[all...]
H A Di40e_hmc.h145 * @hmc_info: pointer to the HMC configuration information structure
155 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
158 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
159 (hmc_info)->hmc_obj[(type)].size * (index); \
160 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
169 * @hmc_info: pointer to the HMC configuration information struct
179 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\
182 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
183 (hmc_info)->hmc_obj[(type)].size * (idx); \
184 fpm_limit = fpm_adr + (hmc_info)
[all...]
H A Di40e_lan_hmc.c221 * @hmc_info: pointer to the HMC configuration information structure
233 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_page()
238 if (!i40e_prep_remove_pd_page(hmc_info, idx)) in i40e_remove_pd_page()
239 ret_code = i40e_remove_pd_page_new(hw, hmc_info, idx, true); in i40e_remove_pd_page()
247 * @hmc_info: pointer to the HMC configuration information structure
260 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp()
265 if (!i40e_prep_remove_sd_bp(hmc_info, idx)) in i40e_remove_sd_bp()
266 ret_code = i40e_remove_sd_bp_new(hw, hmc_info, idx, true); in i40e_remove_sd_bp()
296 if (NULL == info->hmc_info) { in i40e_create_lan_hmc_object()
298 hw_dbg(hw, "i40e_create_lan_hmc_object: bad hmc_info pt in i40e_create_lan_hmc_object()
232 i40e_remove_pd_page(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_pd_page() argument
259 i40e_remove_sd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) i40e_remove_sd_bp() argument
980 struct i40e_hmc_info *hmc_info = &hw->hmc; i40e_hmc_get_object_va() local
[all...]
H A Di40e_lan_hmc.h125 struct i40e_hmc_info *hmc_info; member
134 struct i40e_hmc_info *hmc_info; member

Completed in 36 milliseconds