Home
last modified time | relevance | path

Searched refs:all_multi (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c1300 u8 all_multi; member
3794 if (hw->all_multi) in hw_setup()
4944 if (hw->all_multi) in netdev_tx_timeout()
4945 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout()
5391 --hw->all_multi; in netdev_close()
5465 hw->all_multi = 0; in prepare_hardware()
5727 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5730 ++hw->all_multi; in dev_set_multicast()
5732 --hw->all_multi; in dev_set_multicast()
5736 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1134 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument
1144 if (all_multi < 0) in t4vf_set_rxmode()
1145 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4vf_set_rxmode()
1160 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4vf_set_rxmode()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c6483 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
6493 if (all_multi < 0) in t4_set_rxmode()
6494 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4_set_rxmode()
6508 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4_set_rxmode()
Dcxgb4.h1382 int mtu, int promisc, int all_multi, int bcast, int vlanex,