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 D | i40e_alloc.h | 60 enum i40e_status_code i40e_allocate_virt_mem(struct i40e_hw *hw,
|
H A D | i40e_adminq.c | 91 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 D | i40e_hmc.c | 92 ret_code = i40e_allocate_virt_mem(hw, in i40e_add_sd_table_entry()
|
H A D | i40e_lan_hmc.c | 120 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 D | i40e_nvm.c | 647 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 D | i40e_osdep.c | 26 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) in i40e_allocate_virt_mem() function
|