Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c210 psipmr = ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0); in enetc_pf_set_rx_mode()
254 ~(ENETC_PSIPMR_SET_UP(0) | ENETC_PSIPMR_SET_MP(0)); in enetc_pf_set_rx_mode()
H A Denetc_hw.h171 #define ENETC_PSIPMR_SET_UP(n) BIT(n) /* n = SI index */ macro