Searched refs:RCV_ALL (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h176 #define RCV_ALL BIT(12) /* ignore incoming packet destination */ macro
H A Dmoxart_ether.c427 (ndev->flags & IFF_PROMISC) ? (priv->reg_maccr |= RCV_ALL) :
428 (priv->reg_maccr &= ~RCV_ALL);

Completed in 210 milliseconds