Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.c283 u32 pd_idx1 = 0, pd_lmt1 = 0; in i40e_create_lan_hmc_object() local
360 pd_idx1 = max(pd_idx, (j * I40E_HMC_MAX_BP_COUNT)); in i40e_create_lan_hmc_object()
363 for (i = pd_idx1; i < pd_lmt1; i++) { in i40e_create_lan_hmc_object()
375 while (i && (i > pd_idx1)) { in i40e_create_lan_hmc_object()
408 pd_idx1 = max(pd_idx, in i40e_create_lan_hmc_object()
411 for (i = pd_idx1; i < pd_lmt1; i++) in i40e_create_lan_hmc_object()