Searched refs:i40e_dma_mem (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_alloc.h55 struct i40e_dma_mem *mem,
59 struct i40e_dma_mem *mem);
H A Di40e_adminq.h49 struct i40e_dma_mem desc_buf; /* descriptor ring memory */
53 struct i40e_dma_mem *asq_bi;
54 struct i40e_dma_mem *arq_bi;
H A Di40e_hmc.c60 struct i40e_dma_mem mem;
101 &mem, sizeof(struct i40e_dma_mem),
105 &mem, sizeof(struct i40e_dma_mem),
146 struct i40e_dma_mem *rsrc_pg)
151 struct i40e_dma_mem mem;
152 struct i40e_dma_mem *page = &mem;
187 sizeof(struct i40e_dma_mem), I40E_NONDMA_TO_NONDMA);
H A Di40e_hmc.h65 struct i40e_dma_mem addr; /* populate to be used by hw */
78 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
231 struct i40e_dma_mem *rsrc_pg);
H A Di40e_osdep.c69 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem,
129 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem)
H A Di40e_adminq.c152 struct i40e_dma_mem *bi;
161 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem)));
164 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va;
218 struct i40e_dma_mem *bi;
223 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem)));
226 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va;
812 struct i40e_dma_mem *dma_buff = NULL;
1037 struct i40e_dma_mem *bi;
H A Di40e_osdep.h158 struct i40e_dma_mem { struct
H A Dixl.h448 struct i40e_dma_mem dma;
482 struct i40e_dma_mem dma;

Completed in 98 milliseconds