Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sgi/
Dmeth.h130 #define METH_PROMISC 0x60 /* 11: Promiscious mode */ macro
Dmeth.c297 priv->mac_ctrl |= METH_PROMISC; in meth_reset()
785 priv->mac_ctrl &= ~METH_PROMISC; in meth_set_rx_mode()
788 priv->mac_ctrl |= METH_PROMISC; in meth_set_rx_mode()