Searched refs:i40e_allocate_dma_mem (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_alloc.h | 54 enum i40e_status_code i40e_allocate_dma_mem(struct i40e_hw *hw,
|
H A D | i40e_hmc.c | 86 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len, in i40e_add_sd_table_entry() 178 ret_code = i40e_allocate_dma_mem(hw, page, i40e_mem_bp, in i40e_add_pd_table_entry()
|
H A D | i40e_adminq.c | 83 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring() 110 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in i40e_alloc_adminq_arq_ring() 168 ret_code = i40e_allocate_dma_mem(hw, bi, in i40e_alloc_arq_bufs() 230 ret_code = i40e_allocate_dma_mem(hw, bi, in i40e_alloc_asq_bufs()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 44 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem() function
|