dma_head          130 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	ret_code = i40e_allocate_virt_mem(hw, &hw->aq.arq.dma_head,
dma_head          134 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	hw->aq.arq.r.arq_bi = (struct i40e_dma_mem *)hw->aq.arq.dma_head.va;
dma_head          176 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	i40e_free_virt_mem(hw, &hw->aq.arq.dma_head);
dma_head          192 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.dma_head,
dma_head          196 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	hw->aq.asq.r.asq_bi = (struct i40e_dma_mem *)hw->aq.asq.dma_head.va;
dma_head          216 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	i40e_free_virt_mem(hw, &hw->aq.asq.dma_head);
dma_head          237 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	i40e_free_virt_mem(hw, &hw->aq.arq.dma_head);
dma_head          260 drivers/net/ethernet/intel/i40e/i40e_adminq.c 	i40e_free_virt_mem(hw, &hw->aq.asq.dma_head);
dma_head           17 drivers/net/ethernet/intel/i40e/i40e_adminq.h 	struct i40e_virt_mem dma_head;	/* space for dma structures */
dma_head          115 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	ret_code = iavf_allocate_virt_mem(hw, &hw->aq.arq.dma_head,
dma_head          120 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	hw->aq.arq.r.arq_bi = (struct iavf_dma_mem *)hw->aq.arq.dma_head.va;
dma_head          162 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	iavf_free_virt_mem(hw, &hw->aq.arq.dma_head);
dma_head          178 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	ret_code = iavf_allocate_virt_mem(hw, &hw->aq.asq.dma_head,
dma_head          183 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	hw->aq.asq.r.asq_bi = (struct iavf_dma_mem *)hw->aq.asq.dma_head.va;
dma_head          203 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	iavf_free_virt_mem(hw, &hw->aq.asq.dma_head);
dma_head          224 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	iavf_free_virt_mem(hw, &hw->aq.arq.dma_head);
dma_head          247 drivers/net/ethernet/intel/iavf/iavf_adminq.c 	iavf_free_virt_mem(hw, &hw->aq.asq.dma_head);
dma_head           17 drivers/net/ethernet/intel/iavf/iavf_adminq.h 	struct iavf_virt_mem dma_head;	/* space for dma structures */
dma_head          150 drivers/net/ethernet/intel/ice/ice_controlq.c 	cq->rq.dma_head = devm_kcalloc(ice_hw_to_dev(hw), cq->num_rq_entries,
dma_head          152 drivers/net/ethernet/intel/ice/ice_controlq.c 	if (!cq->rq.dma_head)
dma_head          154 drivers/net/ethernet/intel/ice/ice_controlq.c 	cq->rq.r.rq_bi = (struct ice_dma_mem *)cq->rq.dma_head;
dma_head          202 drivers/net/ethernet/intel/ice/ice_controlq.c 	devm_kfree(ice_hw_to_dev(hw), cq->rq.dma_head);
dma_head          218 drivers/net/ethernet/intel/ice/ice_controlq.c 	cq->sq.dma_head = devm_kcalloc(ice_hw_to_dev(hw), cq->num_sq_entries,
dma_head          220 drivers/net/ethernet/intel/ice/ice_controlq.c 	if (!cq->sq.dma_head)
dma_head          222 drivers/net/ethernet/intel/ice/ice_controlq.c 	cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head;
dma_head          248 drivers/net/ethernet/intel/ice/ice_controlq.c 	devm_kfree(ice_hw_to_dev(hw), cq->sq.dma_head);
dma_head          443 drivers/net/ethernet/intel/ice/ice_controlq.c 	devm_kfree(ice_hw_to_dev(hw), (qi)->ring.dma_head);		\
dma_head           39 drivers/net/ethernet/intel/ice/ice_controlq.h 	void *dma_head;			/* Virtual address to DMA head */