Home
last modified time | relevance | path

Searched refs:iavf_allocate_dma_mem (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_alloc.h24 enum iavf_status iavf_allocate_dma_mem(struct iavf_hw *hw,
H A Diavf_adminq.c40 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in iavf_alloc_adminq_asq_ring()
67 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in iavf_alloc_adminq_arq_ring()
126 ret_code = iavf_allocate_dma_mem(hw, bi, in iavf_alloc_arq_bufs()
188 ret_code = iavf_allocate_dma_mem(hw, bi, in iavf_alloc_asq_bufs()
H A Diavf_osdep.h164 #define iavf_allocate_dma_mem(h, m, unused, s, a) \ macro