Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_alloc.h29 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw,
H A Diavf_adminq.c26 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in iavf_alloc_adminq_asq_ring()
94 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in iavf_alloc_arq_bufs()
157 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in iavf_alloc_asq_bufs()
H A Diavf_main.c257 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw, in iavf_allocate_virt_mem() function