Searched refs:iavf_allocate_virt_mem (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_alloc.h | 29 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw,
|
H A D | iavf_osdep.h | 44 #define iavf_allocate_virt_mem(h, m, s) iavf_allocate_virt_mem_d(h, m, s) macro
|
H A D | iavf_adminq.c | 47 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in iavf_alloc_adminq_asq_ring() 115 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in iavf_alloc_arq_bufs() 178 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in iavf_alloc_asq_bufs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_alloc.h | 29 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw,
|
H A D | iavf_adminq.c | 47 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in iavf_alloc_adminq_asq_ring() 115 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head, in iavf_alloc_arq_bufs() 178 ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head, in iavf_alloc_asq_bufs()
|
H A D | iavf_main.c | 250 * iavf_allocate_virt_mem - virt memory alloc wrapper 255 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw, in iavf_allocate_virt_mem() function
|
Completed in 8 milliseconds