Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sun/
Dsungem.c2449 u32 rxcfg, rxcfg_new; in gem_set_multicast() local
2460 rxcfg_new = gem_setup_multicast(gp); in gem_set_multicast()
2462 rxcfg_new |= MAC_RXCFG_SFCS; in gem_set_multicast()
2464 gp->mac_rx_cfg = rxcfg_new; in gem_set_multicast()
2474 rxcfg |= rxcfg_new; in gem_set_multicast()
Dcassini.c4492 u32 rxcfg, rxcfg_new; in cas_set_multicast() local
4521 cp->mac_rx_cfg = rxcfg_new = cas_setup_multicast(cp); in cas_set_multicast()
4522 rxcfg |= rxcfg_new; in cas_set_multicast()