Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h173 #define RX_MULTIPKT BIT(16) /* receive all multicast packets */ macro
H A Dmoxart_ether.c430 (ndev->flags & IFF_ALLMULTI) ? (priv->reg_maccr |= RX_MULTIPKT) : in moxart_mac_set_rx_mode()
431 (priv->reg_maccr &= ~RX_MULTIPKT); in moxart_mac_set_rx_mode()