Searched refs:i40e_allocate_virt_mem (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_alloc.h29 int i40e_allocate_virt_mem(struct i40e_hw *hw,
H A Di40e_hmc.c55 ret_code = i40e_allocate_virt_mem(hw,
H A Di40e_adminq.c26 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf,
93 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.arq.dma_head,
154 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head,
H A Di40e_lan_hmc.c87 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem,
200 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.sd_table.addr,
H A Di40e_dcb.c539 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE);
918 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE);
1215 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE);
H A Di40e_nvm.c609 ret_code = i40e_allocate_virt_mem(hw, &vmem,
1410 status = i40e_allocate_virt_mem(hw, &hw->nvm_buff,
1414 "NVMUPD: i40e_allocate_virt_mem for exec buff failed, %d\n",
H A Di40e_main.c181 * i40e_allocate_virt_mem - OS specific memory alloc for shared code
186 int i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, function

Completed in 274 milliseconds