Home
last modified time | relevance | path

Searched refs:promisc_enable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h142 #define promisc_enable(mode, bitmask) \ macro
H A Dbna_tx_rx.c1084 promisc_enable(rxf->rxmode_pending, in bna_rxf_promisc_cfg_reset()
1167 promisc_enable(rxf->rxmode_pending, in bna_rxf_promisc_enable()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dbmac.c907 bmac_rx_on(struct net_device *dev, int hash_enable, int promisc_enable) in bmac_rx_on() argument
915 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()