Searched refs:all_multi (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1225 u8 all_multi; member 3412 if (hw->all_multi) in hw_setup() 4560 if (hw->all_multi) in netdev_tx_timeout() 4561 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout() 5003 --hw->all_multi; in netdev_close() 5075 hw->all_multi = 0; in prepare_hardware() 5336 u8 all_multi = hw->all_multi; in dev_set_multicast() local 5339 ++hw->all_multi; in dev_set_multicast() 5341 --hw->all_multi; in dev_set_multicast() 5345 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1474 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 1484 if (all_multi < 0) in t4vf_set_rxmode() 1485 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4vf_set_rxmode() 1500 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4vf_set_rxmode()
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1450 all_multi = array_nests | multi_attrs 1452 for anest in sorted(all_multi): 1465 for anest in sorted(all_multi):
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 7710 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() argument 7721 if (all_multi < 0) in t4_set_rxmode() 7722 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4_set_rxmode() 7736 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4_set_rxmode()
|
H A D | cxgb4.h | 2002 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|