Lines Matching refs:next_to_use
385 hw->aq.asq.next_to_use = 0; in i40e_init_asq()
444 hw->aq.arq.next_to_use = 0; in i40e_init_arq()
667 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in i40evf_asq_done()
711 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40evf_asq_send_command()
768 desc_on_ring = I40E_ADMINQ_DESC(hw->aq.asq, hw->aq.asq.next_to_use); in i40evf_asq_send_command()
775 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40evf_asq_send_command()
793 (hw->aq.asq.next_to_use)++; in i40evf_asq_send_command()
794 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in i40evf_asq_send_command()
795 hw->aq.asq.next_to_use = 0; in i40evf_asq_send_command()
797 wr32(hw, hw->aq.asq.tail, hw->aq.asq.next_to_use); in i40evf_asq_send_command()
967 hw->aq.arq.next_to_use = ntu; in i40evf_clean_arq_element()
981 hw->aq.asq.next_to_use = 0; in i40evf_resume_aq()
986 hw->aq.arq.next_to_use = 0; in i40evf_resume_aq()