Searched refs:iavf_allocate_dma_mem (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/iavf/ |
D | iavf_alloc.h | 23 enum iavf_status iavf_allocate_dma_mem(struct iavf_hw *hw,
|
D | iavf_osdep.h | 36 #define iavf_allocate_dma_mem(h, m, unused, s, a) \ macro
|
D | iavf_adminq.c | 39 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in iavf_alloc_adminq_asq_ring() 66 ret_code = iavf_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in iavf_alloc_adminq_arq_ring() 125 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()
|