Lines Matching refs:pa
181 cpu_to_le32(upper_32_bits(bi->pa)); in i40e_alloc_arq_bufs()
183 cpu_to_le32(lower_32_bits(bi->pa)); in i40e_alloc_arq_bufs()
270 if (hw->aq.asq.r.asq_bi[i].pa) in i40e_free_asq_bufs()
301 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
302 wr32(hw, hw->aq.asq.bah, upper_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs()
306 if (reg != lower_32_bits(hw->aq.asq.desc_buf.pa)) in i40e_config_asq_regs()
330 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
331 wr32(hw, hw->aq.arq.bah, upper_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs()
338 if (reg != lower_32_bits(hw->aq.arq.desc_buf.pa)) in i40e_config_arq_regs()
773 cpu_to_le32(upper_32_bits(dma_buff->pa)); in i40evf_asq_send_command()
775 cpu_to_le32(lower_32_bits(dma_buff->pa)); in i40evf_asq_send_command()
945 desc->params.external.addr_high = cpu_to_le32(upper_32_bits(bi->pa)); in i40evf_clean_arq_element()
946 desc->params.external.addr_low = cpu_to_le32(lower_32_bits(bi->pa)); in i40evf_clean_arq_element()