Home
last modified time | relevance | path

Searched refs:iavf_dma_mem (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.h19 struct iavf_dma_mem desc_buf; /* descriptor ring memory */
23 struct iavf_dma_mem *asq_bi;
24 struct iavf_dma_mem *arq_bi;
H A Diavf_alloc.h25 struct iavf_dma_mem *mem,
29 struct iavf_dma_mem *mem);
H A Diavf_impl.c18 struct iavf_dma_mem *mem, in iavf_allocate_dma_mem_d()
45 struct iavf_dma_mem *mem) in iavf_free_dma_mem_d()
H A Diavf_adminq.c109 struct iavf_dma_mem *bi; in iavf_alloc_arq_bufs()
118 (hw->aq.num_arq_entries * sizeof(struct iavf_dma_mem))); in iavf_alloc_arq_bufs()
121 hw->aq.arq.r.arq_bi = (struct iavf_dma_mem *)hw->aq.arq.dma_head.va; in iavf_alloc_arq_bufs()
175 struct iavf_dma_mem *bi; in iavf_alloc_asq_bufs()
180 (hw->aq.num_asq_entries * sizeof(struct iavf_dma_mem))); in iavf_alloc_asq_bufs()
183 hw->aq.asq.r.asq_bi = (struct iavf_dma_mem *)hw->aq.asq.dma_head.va; in iavf_alloc_asq_bufs()
650 struct iavf_dma_mem *dma_buff = NULL; in iavf_asq_send_command()
875 struct iavf_dma_mem *bi; in iavf_clean_arq_element()
H A Diavf_osdep.h147 struct iavf_dma_mem { struct