Searched refs:iavf_allocate_virt_mem (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_alloc.h | 30 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw,
|
| H A D | iavf_osdep.h | 168 #define iavf_allocate_virt_mem(h, m, s) iavf_allocate_virt_mem_d(h, m, s) macro
|
| H A D | iavf_adminq.c | 48 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in iavf_alloc_adminq_asq_ring() 117 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in iavf_alloc_arq_bufs() 179 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in iavf_alloc_asq_bufs()
|