Home
last modified time | relevance | path

Searched refs:i40e_dma_mem (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c30 struct i40e_dma_mem mem; in i40e_add_sd_table_entry()
71 &mem, sizeof(struct i40e_dma_mem), in i40e_add_sd_table_entry()
75 &mem, sizeof(struct i40e_dma_mem), in i40e_add_sd_table_entry()
116 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry()
121 struct i40e_dma_mem mem; in i40e_add_pd_table_entry()
122 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry()
157 sizeof(struct i40e_dma_mem), I40E_NONDMA_TO_NONDMA); in i40e_add_pd_table_entry()
H A Di40e_adminq.h19 struct i40e_dma_mem desc_buf; /* descriptor ring memory */
23 struct i40e_dma_mem *asq_bi;
24 struct i40e_dma_mem *arq_bi;
H A Di40e_alloc.h25 struct i40e_dma_mem *mem,
29 struct i40e_dma_mem *mem);
H A Di40e_hmc.h35 struct i40e_dma_mem addr; /* populate to be used by hw */
48 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
201 struct i40e_dma_mem *rsrc_pg);
H A Di40e_adminq.c124 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs()
133 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs()
136 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs()
190 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs()
195 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs()
198 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()
854 struct i40e_dma_mem *dma_buff = NULL;
1083 struct i40e_dma_mem *bi;
H A Di40e_osdep.h161 struct i40e_dma_mem { struct
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4559 struct i40e_dma_mem *mem, in i40e_allocate_dma_mem_d()
4593 struct i40e_dma_mem *mem) in i40e_free_dma_mem_d()