Searched refs:pd_limit (Results 1 – 2 of 2) sorted by relevance
179 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument186 *(pd_limit) = (u32)((fpm_limit - 1) / I40E_HMC_PAGED_BP_SIZE); \188 *(pd_limit) += 1; \
51 u32 *pd_limit) in irdma_find_pd_index_limit() argument59 *pd_limit = (u32)((fpm_limit - 1) / IRDMA_HMC_PAGED_BP_SIZE); in irdma_find_pd_index_limit()60 *pd_limit += 1; in irdma_find_pd_index_limit()
Completed in 5 milliseconds