Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c222 u16 max_pe_sds; in i40iw_sc_parse_fpm_query_buf() local
228 max_pe_sds = (u16)RS_64(temp, I40IW_QUERY_FPM_MAX_PE_SDS); in i40iw_sc_parse_fpm_query_buf()
232 max_pe_sds--; in i40iw_sc_parse_fpm_query_buf()
233 hmc_fpm_misc->max_sds = max_pe_sds; 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()