Home
last modified time | relevance | path

Searched refs:hmc_fpm_misc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dctrl.c2529 if (cq->ceq_id >= cq->dev->hmc_fpm_misc.max_ceqs) in irdma_sc_cq_create()
2920 * @hmc_fpm_misc: ptr to fpm data
2927 struct irdma_hmc_fpm_misc *hmc_fpm_misc) in irdma_sc_parse_fpm_query_buf()
2940 hmc_fpm_misc->max_sds = max_pe_sds; in irdma_sc_parse_fpm_query_buf()
2964 hmc_fpm_misc->xf_block_size = FIELD_GET(IRDMA_QUERY_FPM_XFBLOCKSIZE, temp); in irdma_sc_parse_fpm_query_buf()
2965 if (!hmc_fpm_misc->xf_block_size) in irdma_sc_parse_fpm_query_buf()
2973 hmc_fpm_misc->q1_block_size = FIELD_GET(IRDMA_QUERY_FPM_Q1BLOCKSIZE, temp); in irdma_sc_parse_fpm_query_buf()
2974 if (!hmc_fpm_misc->q1_block_size) in irdma_sc_parse_fpm_query_buf()
2984 hmc_fpm_misc->max_ceqs = FIELD_GET(IRDMA_QUERY_FPM_MAX_CEQS, temp); in irdma_sc_parse_fpm_query_buf()
2985 hmc_fpm_misc 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
4311 struct irdma_hmc_fpm_misc *hmc_fpm_misc; irdma_sc_init_iw_hmc() local
4767 struct irdma_hmc_fpm_misc *hmc_fpm_misc = &dev->hmc_fpm_misc; cfg_fpm_value_gen_2() local
4803 struct irdma_hmc_fpm_misc *hmc_fpm_misc; irdma_cfg_fpm_val() local
[all...]
H A Dhw.c1249 num_ceqs = min(rf->msix_count, rf->sc_dev.hmc_fpm_misc.max_ceqs); in irdma_setup_ceq_0()
1307 num_ceqs = min(rf->msix_count, rf->sc_dev.hmc_fpm_misc.max_ceqs); in irdma_setup_ceqs()
H A Dtype.h609 struct irdma_hmc_fpm_misc hmc_fpm_misc; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c209 * @hmc_fpm_misc: ptr to fpm data
217 struct i40iw_hmc_fpm_misc *hmc_fpm_misc) in i40iw_sc_parse_fpm_query_buf()
233 hmc_fpm_misc->max_sds = max_pe_sds; in i40iw_sc_parse_fpm_query_buf()
258 hmc_fpm_misc->xf_block_size = RS_64(temp, I40IW_QUERY_FPM_XFBLOCKSIZE); in i40iw_sc_parse_fpm_query_buf()
259 if (!hmc_fpm_misc->xf_block_size) in i40iw_sc_parse_fpm_query_buf()
267 hmc_fpm_misc->q1_block_size = RS_64(temp, I40IW_QUERY_FPM_Q1BLOCKSIZE); in i40iw_sc_parse_fpm_query_buf()
268 if (!hmc_fpm_misc->q1_block_size) in i40iw_sc_parse_fpm_query_buf()
278 hmc_fpm_misc->max_ceqs = (u8)RS_64(temp, I40IW_QUERY_FPM_MAX_CEQS); in i40iw_sc_parse_fpm_query_buf()
279 hmc_fpm_misc->ht_multiplier = RS_64(temp, I40IW_QUERY_FPM_HTMULTIPLIER); in i40iw_sc_parse_fpm_query_buf()
280 hmc_fpm_misc in i40iw_sc_parse_fpm_query_buf()
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
4012 struct i40iw_hmc_fpm_misc *hmc_fpm_misc; i40iw_config_fpm_values() local
[all...]
H A Di40iw_type.h509 struct i40iw_hmc_fpm_misc hmc_fpm_misc; member
H A Di40iw_main.c789 num_ceqs = min(iwdev->msix_count, iwdev->sc_dev.hmc_fpm_misc.max_ceqs); in i40iw_setup_ceqs()

Completed in 22 milliseconds