Searched refs:i40e_allocate_virt_mem (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/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_hmc.c | 94 ret_code = i40e_allocate_virt_mem(hw,
|
H A D | i40e_adminq.c | 101 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, 169 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.arq.dma_head, 231 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head,
|
H A D | i40e_nvm.c | 587 ret_code = i40e_allocate_virt_mem(hw, &vmem,
|
H A D | i40e_lan_hmc.c | 120 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem, 233 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.sd_table.addr,
|
/illumos-gate/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) function
|
Completed in 65 milliseconds