Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_core.c85 value |= MAC_CONTROL_PR; in dwmac100_set_filter()
91 value &= ~(MAC_CONTROL_PR | MAC_CONTROL_IF | MAC_CONTROL_HO); in dwmac100_set_filter()
95 value &= ~(MAC_CONTROL_PM | MAC_CONTROL_PR | MAC_CONTROL_IF | in dwmac100_set_filter()
105 value &= ~(MAC_CONTROL_PM | MAC_CONTROL_PR | in dwmac100_set_filter()
H A Ddwmac100.h42 #define MAC_CONTROL_PR 0x00040000 /* Promiscuous Mode */ macro