Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c638 value &= ~GMAC_PACKET_FILTER_PR; in dwmac4_set_filter()
648 value = GMAC_PACKET_FILTER_PR | GMAC_PACKET_FILTER_RA; in dwmac4_set_filter()
650 value = GMAC_PACKET_FILTER_PR | GMAC_PACKET_FILTER_PCF; in dwmac4_set_filter()
691 value |= GMAC_PACKET_FILTER_PR; in dwmac4_set_filter()
H A Ddwmac4.h74 #define GMAC_PACKET_FILTER_PR BIT(0) macro