Searched refs:ENETC_PSIMR_MASK (Results 1 – 2 of 2) sorted by relevance
11 psiier = enetc_rd(hw, ENETC_PSIIER) & ~ENETC_PSIMR_MASK(pf->num_vfs); in enetc_msg_disable_mr_int()22 psiier = enetc_rd(hw, ENETC_PSIIER) | ENETC_PSIMR_MASK(pf->num_vfs); in enetc_msg_enable_mr_int()41 u32 mr_mask = ENETC_PSIMR_MASK(pf->num_vfs); in enetc_msg_task()
66 #define ENETC_PSIMR_MASK(n) \ macro