Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c60 struct i40e_dma_mem mem; in i40e_add_sd_table_entry()
101 &mem, sizeof(struct i40e_dma_mem), in i40e_add_sd_table_entry()
105 &mem, sizeof(struct i40e_dma_mem), in i40e_add_sd_table_entry()
146 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry()
151 struct i40e_dma_mem mem; in i40e_add_pd_table_entry()
152 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry()
187 sizeof(struct i40e_dma_mem), I40E_NONDMA_TO_NONDMA); in i40e_add_pd_table_entry()
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_alloc.h55 struct i40e_dma_mem *mem,
59 struct i40e_dma_mem *mem);
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_adminq.c152 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs()
161 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs()
164 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs()
218 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs()
223 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs()
226 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()
847 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command()
1072 struct i40e_dma_mem *bi; in i40e_clean_arq_element()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c44 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem()
137 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) in i40e_free_dma_mem()
H A Di40e_osdep.h145 struct i40e_dma_mem { struct