Searched refs:i40e_dma_mem (Results 1 – 7 of 7) sorted by relevance
60 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()
49 struct i40e_dma_mem desc_buf; /* descriptor ring memory */53 struct i40e_dma_mem *asq_bi;54 struct i40e_dma_mem *arq_bi;
55 struct i40e_dma_mem *mem,59 struct i40e_dma_mem *mem);
65 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);
151 struct i40e_dma_mem *bi; in i40e_alloc_arq_bufs()160 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_arq_bufs()163 hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va; in i40e_alloc_arq_bufs()217 struct i40e_dma_mem *bi; in i40e_alloc_asq_bufs()222 (hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem))); in i40e_alloc_asq_bufs()225 hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va; in i40e_alloc_asq_bufs()760 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command()978 struct i40e_dma_mem *bi; in i40e_clean_arq_element()
44 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()
145 struct i40e_dma_mem { struct