Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_hmc.c301 u32 pd_idx1 = 0, pd_lmt1 = 0; in i40iw_sc_create_hmc_obj() local
343 pd_idx1 = max(pd_idx, (j * I40IW_HMC_MAX_BP_COUNT)); in i40iw_sc_create_hmc_obj()
346 for (i = pd_idx1; i < pd_lmt1; i++) { in i40iw_sc_create_hmc_obj()
356 while (i && (i > pd_idx1)) { in i40iw_sc_create_hmc_obj()
377 pd_idx1 = max(pd_idx, in i40iw_sc_create_hmc_obj()
380 for (i = pd_idx1; i < pd_lmt1; i++) in i40iw_sc_create_hmc_obj()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.c284 u32 pd_idx1 = 0, pd_lmt1 = 0; in i40e_create_lan_hmc_object() local
361 pd_idx1 = max(pd_idx, (j * I40E_HMC_MAX_BP_COUNT)); in i40e_create_lan_hmc_object()
364 for (i = pd_idx1; i < pd_lmt1; i++) { in i40e_create_lan_hmc_object()
376 while (i && (i > pd_idx1)) { in i40e_create_lan_hmc_object()
409 pd_idx1 = max(pd_idx, in i40e_create_lan_hmc_object()
412 for (i = pd_idx1; i < pd_lmt1; i++) in i40e_create_lan_hmc_object()