i40e_dma_mem
struct i40e_dma_mem *bi;
struct i40e_dma_mem *bi;
(hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem)));
hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va;
struct i40e_dma_mem *bi;
(hw->aq.num_asq_entries * sizeof(struct i40e_dma_mem)));
hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va;
struct i40e_dma_mem *dma_buff = NULL;
struct i40e_dma_mem desc_buf; /* descriptor ring memory */
struct i40e_dma_mem *asq_bi;
struct i40e_dma_mem *arq_bi;
struct i40e_dma_mem *mem,
struct i40e_dma_mem *mem);
&mem, sizeof(struct i40e_dma_mem),
&mem, sizeof(struct i40e_dma_mem),
struct i40e_dma_mem *rsrc_pg)
struct i40e_dma_mem mem;
struct i40e_dma_mem *page = &mem;
sizeof(struct i40e_dma_mem), I40E_NONDMA_TO_NONDMA);
struct i40e_dma_mem mem;
struct i40e_dma_mem *rsrc_pg);
struct i40e_dma_mem addr; /* populate to be used by hw */
struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem)
i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem,