Searched refs:sd_limit (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_hmc.h | 156 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument 163 *(sd_limit) = (u32)((fpm_limit - 1) / I40E_HMC_DIRECT_BP_SIZE); \ 165 *(sd_limit) += 1; \
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.h | 156 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument 163 *(sd_limit) = (u32)((fpm_limit - 1) / I40E_HMC_DIRECT_BP_SIZE); \ 165 *(sd_limit) += 1; \
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_hmc.c | 63 u32 *sd_limit) in i40iw_find_sd_index_limit() argument 71 *sd_limit = (u32)((fpm_limit - 1) / I40IW_HMC_DIRECT_BP_SIZE); in i40iw_find_sd_index_limit() 72 *sd_limit += 1; in i40iw_find_sd_index_limit()
|