Searched refs:i40e_allocate_virt_mem_d (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_osdep.h | 48 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s)
|
H A D | i40e_main.c | 164 * i40e_allocate_virt_mem_d - OS specific memory alloc for shared code 169 int i40e_allocate_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem, in i40e_allocate_virt_mem_d() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_osdep.h | 48 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s)
|
H A D | i40e_main.c | 167 * i40e_allocate_virt_mem_d - OS specific memory alloc for shared code 172 int i40e_allocate_virt_mem_d(struct i40e_hw *hw, struct i40e_virt_mem *mem, in i40e_allocate_virt_mem_d() function
|
Completed in 36 milliseconds