Home
last modified time | relevance | path

Searched refs:fpm_addr (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_hmc.h158 u64 fpm_addr, fpm_limit; \
159 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
161 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
162 *(sd_idx) = (u32)(fpm_addr / I40E_HMC_DIRECT_BP_SIZE); \
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_hmc.h158 u64 fpm_addr, fpm_limit; \
159 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
161 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
162 *(sd_idx) = (u32)(fpm_addr / I40E_HMC_DIRECT_BP_SIZE); \
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_pble.c157 chunk->fpm_addr = pble_rsrc->next_fpm_addr; in add_sd_direct()
159 chunk->size, chunk->size, chunk->vaddr, chunk->fpm_addr); in add_sd_direct()
312 chunk->fpm_addr = pble_rsrc->next_fpm_addr; in add_bp_pages()
347 chunk->fpm_addr = pble_rsrc->next_fpm_addr; in add_pble_pool()
386 (phys_addr_t)chunk->fpm_addr, chunk->size, -1)) { in add_pble_pool()
Di40iw_pble.h94 u64 fpm_addr; member
Di40iw_hmc.c65 u64 fpm_addr, fpm_limit; in i40iw_find_sd_index_limit() local
67 fpm_addr = hmc_info->hmc_obj[(type)].base + in i40iw_find_sd_index_limit()
69 fpm_limit = fpm_addr + hmc_info->hmc_obj[type].size * cnt; in i40iw_find_sd_index_limit()
70 *sd_idx = (u32)(fpm_addr / I40IW_HMC_DIRECT_BP_SIZE); in i40iw_find_sd_index_limit()