Searched refs:hmc_obj_virt_mem (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.h111 struct i40e_virt_mem hmc_obj_virt_mem; member in struct:i40e_hmc_info
H A Di40e_lan_hmc.c120 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem,
125 hw->hmc.hmc_obj_virt_mem.va;
247 if (hw->hmc.hmc_obj_virt_mem.va)
248 i40e_free_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem);
689 i40e_free_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem);

Completed in 52 milliseconds