Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_hmc.h210 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
217 *(pd_limit) = (u32)((fpm_limit - 1) / I40E_HMC_PAGED_BP_SIZE); \
219 *(pd_limit) += 1; \
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.c85 u32 *pd_limit) in irdma_find_pd_index_limit() argument
93 *pd_limit = (u32)((fpm_limit - 1) / IRDMA_HMC_PAGED_BP_SIZE); in irdma_find_pd_index_limit()
94 *pd_limit += 1; in irdma_find_pd_index_limit()