Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c203 psipmr = ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0); in enetc_pf_set_rx_mode()
210 psipmr = ENETC_PSIPMR_SET_MP(0); in enetc_pf_set_rx_mode()
251 ~(ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0)); in enetc_pf_set_rx_mode()
Denetc_hw.h167 #define ENETC_PSIPMR_SET_MP(n) BIT((n) + 16) macro