Lines Matching refs:pa
192 cpu_to_le32(upper_32_bits(bi->pa)); in i40e_alloc_arq_bufs()
194 cpu_to_le32(lower_32_bits(bi->pa)); in i40e_alloc_arq_bufs()
281 if (hw->aq.asq.r.asq_bi[i].pa) in i40e_free_asq_bufs()
312 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
313 wr32(hw, hw->aq.asq.bah, upper_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
317 if (reg != lower_32_bits(hw->aq.asq.desc_buf.pa)) in i40e_config_asq_regs()
341 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
342 wr32(hw, hw->aq.arq.bah, upper_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
349 if (reg != lower_32_bits(hw->aq.arq.desc_buf.pa)) in i40e_config_arq_regs()
784 cpu_to_le32(upper_32_bits(dma_buff->pa)); in i40evf_asq_send_command()
786 cpu_to_le32(lower_32_bits(dma_buff->pa)); in i40evf_asq_send_command()
946 desc->params.external.addr_high = cpu_to_le32(upper_32_bits(bi->pa)); in i40evf_clean_arq_element()
947 desc->params.external.addr_low = cpu_to_le32(lower_32_bits(bi->pa)); in i40evf_clean_arq_element()