Lines Matching refs:next_to_use
391 hw->aq.asq.next_to_use = 0; in i40e_init_asq()
454 hw->aq.arq.next_to_use = 0; in i40e_init_arq()
558 hw->aq.asq.next_to_use = 0; in i40e_resume_aq()
563 hw->aq.arq.next_to_use = 0; in i40e_resume_aq()
826 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in i40e_asq_done()
874 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
934 desc_on_ring = I40E_ADMINQ_DESC(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
942 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40e_asq_send_command()
961 (hw->aq.asq.next_to_use)++; in i40e_asq_send_command()
962 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in i40e_asq_send_command()
963 hw->aq.asq.next_to_use = 0; in i40e_asq_send_command()
965 wr32(hw, hw->aq.asq.tail, hw->aq.asq.next_to_use); in i40e_asq_send_command()
1152 hw->aq.arq.next_to_use = ntu; in i40e_clean_arq_element()