Lines Matching refs:next_to_use
368 hw->aq.asq.next_to_use = 0; in iavf_init_asq()
431 hw->aq.arq.next_to_use = 0; in iavf_init_arq()
655 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in iavf_asq_done()
703 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command()
763 desc_on_ring = IAVF_ADMINQ_DESC(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command()
771 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in iavf_asq_send_command()
790 (hw->aq.asq.next_to_use)++; in iavf_asq_send_command()
791 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in iavf_asq_send_command()
792 hw->aq.asq.next_to_use = 0; in iavf_asq_send_command()
794 wr32(hw, hw->aq.asq.tail, hw->aq.asq.next_to_use); in iavf_asq_send_command()
978 hw->aq.arq.next_to_use = ntu; in iavf_clean_arq_element()