Home
last modified time | relevance | path

Searched refs:IAVF_VF_ATQLEN1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_register.h25 #define IAVF_VF_ATQLEN1 0x00006800 /* Reset: EMPR */ macro
H A Diavf_adminq.c245 wr32(hw, IAVF_VF_ATQLEN1, (hw->aq.num_asq_entries | in iavf_config_asq_regs()
439 wr32(hw, IAVF_VF_ATQLEN1, 0); in iavf_shutdown_asq()
789 if (rd32(hw, IAVF_VF_ATQLEN1) & IAVF_VF_ATQLEN1_ATQCRIT_MASK) { in iavf_asq_send_command()
H A Diavf_common.c287 return !!(rd32(hw, IAVF_VF_ATQLEN1) & IAVF_VF_ATQLEN1_ATQENABLE_MASK); in iavf_check_asq_alive()
H A Diavf_main.c3217 val = rd32(hw, IAVF_VF_ATQLEN1); in iavf_adminq_task()
3232 wr32(hw, IAVF_VF_ATQLEN1, val); in iavf_adminq_task()