Home
last modified time | relevance | path

Searched refs:IAVF_VF_ATQLEN1_ATQENABLE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_register.h33 #define IAVF_VF_ATQLEN1_ATQENABLE_MASK IAVF_MASK(0x1, IAVF_VF_ATQLEN1_ATQENABLE_SHIFT) macro
Diavf_common.c287 return !!(rd32(hw, IAVF_VF_ATQLEN1) & IAVF_VF_ATQLEN1_ATQENABLE_MASK); in iavf_check_asq_alive()
Diavf_adminq.c246 IAVF_VF_ATQLEN1_ATQENABLE_MASK)); in iavf_config_asq_regs()