Home
last modified time | relevance | path

Searched refs:i40e_allocate_virt_mem (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_alloc.h60 enum i40e_status_code i40e_allocate_virt_mem(struct i40e_hw *hw,
H A Di40e_adminq.c91 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring()
159 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in i40e_alloc_arq_bufs()
221 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in i40e_alloc_asq_bufs()
H A Di40e_hmc.c92 ret_code = i40e_allocate_virt_mem(hw, in i40e_add_sd_table_entry()
H A Di40e_lan_hmc.c120 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem, in i40e_init_lan_hmc()
233 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.sd_table.addr, in i40e_init_lan_hmc()
H A Di40e_nvm.c647 ret_code = i40e_allocate_virt_mem(hw, &vmem, in i40e_calc_nvm_checksum()
1418 status = i40e_allocate_virt_mem(hw, &hw->nvm_buff, in i40e_nvmupd_exec_aq()
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c26 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) in i40e_allocate_virt_mem() function