Lines Matching refs:next_to_use
387 hw->aq.asq.next_to_use = 0; in i40e_init_asq()
446 hw->aq.arq.next_to_use = 0; in i40e_init_arq()
713 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in i40e_asq_done()
763 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
820 desc_on_ring = I40E_ADMINQ_DESC(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
827 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40e_asq_send_command()
845 (hw->aq.asq.next_to_use)++; in i40e_asq_send_command()
846 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in i40e_asq_send_command()
847 hw->aq.asq.next_to_use = 0; in i40e_asq_send_command()
849 wr32(hw, hw->aq.asq.tail, hw->aq.asq.next_to_use); in i40e_asq_send_command()
1015 hw->aq.arq.next_to_use = ntu; in i40e_clean_arq_element()
1037 hw->aq.asq.next_to_use = 0; in i40e_resume_aq()
1042 hw->aq.arq.next_to_use = 0; in i40e_resume_aq()