Home
last modified time | relevance | path

Searched refs:IAVF_VF_ATQH1 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_adminq.c241 wr32(hw, IAVF_VF_ATQH1, 0); in iavf_config_asq_regs()
437 wr32(hw, IAVF_VF_ATQH1, 0); in iavf_shutdown_asq()
566 while (rd32(hw, IAVF_VF_ATQH1) != ntc) { in iavf_clean_asq()
568 "ntc %d head %d.\n", ntc, rd32(hw, IAVF_VF_ATQH1)); in iavf_clean_asq()
603 return rd32(hw, IAVF_VF_ATQH1) == hw->aq.asq.next_to_use; in iavf_asq_done()
642 val = rd32(hw, IAVF_VF_ATQH1); in iavf_asq_send_command()
Diavf_register.h24 #define IAVF_VF_ATQH1 0x00006400 /* Reset: EMPR */ macro