Searched refs:i40e_allocate_dma_mem (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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 | 88 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len, 180 ret_code = i40e_allocate_dma_mem(hw, page, i40e_mem_bp,
|
H A D | i40e_adminq.c | 93 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, 120 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, 178 ret_code = i40e_allocate_dma_mem(hw, bi, 240 ret_code = i40e_allocate_dma_mem(hw, bi,
|
/illumos-gate/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, function
|
Completed in 46 milliseconds