Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_register.h23 #define IAVF_VF_ATQBAL1 0x00007C00 /* Reset: EMPR */ macro
Diavf_adminq.c247 wr32(hw, IAVF_VF_ATQBAL1, lower_32_bits(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
251 reg = rd32(hw, IAVF_VF_ATQBAL1); in iavf_config_asq_regs()
440 wr32(hw, IAVF_VF_ATQBAL1, 0); in iavf_shutdown_asq()