Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c205 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()
249 ~(ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0)); in enetc_pf_set_rx_mode()
H A Denetc_hw.h173 #define ENETC_PSIPMR_SET_MP(n) BIT((n) + 16) macro