Searched refs:i40e_allocate_dma_mem (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_alloc.h | 24 int i40e_allocate_dma_mem(struct i40e_hw *hw,
|
D | i40e_hmc.c | 49 ret_code = i40e_allocate_dma_mem(hw, &mem, alloc_len, in i40e_add_sd_table_entry() 137 ret_code = i40e_allocate_dma_mem(hw, page, in i40e_add_pd_table_entry()
|
D | i40e_adminq.c | 19 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring() 45 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in i40e_alloc_adminq_arq_ring() 102 ret_code = i40e_allocate_dma_mem(hw, bi, in i40e_alloc_arq_bufs() 163 ret_code = i40e_allocate_dma_mem(hw, bi, in i40e_alloc_asq_bufs()
|
D | i40e_main.c | 149 int i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem() function
|