Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.h18 struct i40e_dma_mem desc_buf; /* descriptor ring memory */
22 struct i40e_dma_mem *asq_bi;
23 struct i40e_dma_mem *arq_bi;
Di40e_alloc.h24 struct i40e_dma_mem *mem,
28 struct i40e_dma_mem *mem);
Di40e_hmc.h34 struct i40e_dma_mem addr; /* populate to be used by hw */
47 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
200 struct i40e_dma_mem *rsrc_pg);
Di40e_adminq.c119 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs()
128 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs()
131 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs()
185 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs()
190 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs()
193 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()
653 struct i40e_dma_mem *dma_buff = NULL; in i40evf_asq_send_command()
868 struct i40e_dma_mem *bi; in i40evf_clean_arq_element()
Di40e_osdep.h30 struct i40e_dma_mem { struct
Di40evf_main.c69 struct i40e_dma_mem *mem, in i40evf_allocate_dma_mem_d()
91 i40e_status i40evf_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem) in i40evf_free_dma_mem_d()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h18 struct i40e_dma_mem desc_buf; /* descriptor ring memory */
22 struct i40e_dma_mem *asq_bi;
23 struct i40e_dma_mem *arq_bi;
Di40e_alloc.h24 struct i40e_dma_mem *mem,
28 struct i40e_dma_mem *mem);
Di40e_hmc.c28 struct i40e_dma_mem mem; in i40e_add_sd_table_entry()
111 struct i40e_dma_mem *rsrc_pg) in i40e_add_pd_table_entry()
116 struct i40e_dma_mem mem; in i40e_add_pd_table_entry()
117 struct i40e_dma_mem *page = &mem; in i40e_add_pd_table_entry()
Di40e_hmc.h34 struct i40e_dma_mem addr; /* populate to be used by hw */
47 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
200 struct i40e_dma_mem *rsrc_pg);
Di40e_adminq.c122 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs()
131 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs()
134 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs()
188 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs()
193 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs()
196 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()
724 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command()
938 struct i40e_dma_mem *bi; in i40e_clean_arq_element()
Di40e_osdep.h31 struct i40e_dma_mem { struct
Di40e_main.c104 int i40e_allocate_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem, in i40e_allocate_dma_mem_d()
123 int i40e_free_dma_mem_d(struct i40e_hw *hw, struct i40e_dma_mem *mem) in i40e_free_dma_mem_d()