Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
A Diavf_adminq.h18 struct iavf_dma_mem desc_buf; /* descriptor ring memory */
22 struct iavf_dma_mem *asq_bi;
23 struct iavf_dma_mem *arq_bi;
A Diavf_alloc.h24 struct iavf_dma_mem *mem,
28 struct iavf_dma_mem *mem);
A Diavf_adminq.c106 struct iavf_dma_mem *bi; in iavf_alloc_arq_bufs()
117 sizeof(struct iavf_dma_mem))); in iavf_alloc_arq_bufs()
120 hw->aq.arq.r.arq_bi = (struct iavf_dma_mem *)hw->aq.arq.dma_head.va; in iavf_alloc_arq_bufs()
173 struct iavf_dma_mem *bi; in iavf_alloc_asq_bufs()
180 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()
638 struct iavf_dma_mem *dma_buff = NULL; in iavf_asq_send_command()
852 struct iavf_dma_mem *bi; in iavf_clean_arq_element()
A Diavf_osdep.h30 struct iavf_dma_mem { struct
A Diavf_main.c71 struct iavf_dma_mem *mem, in iavf_allocate_dma_mem_d()
94 struct iavf_dma_mem *mem) in iavf_free_dma_mem_d()

Completed in 19 milliseconds