Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1225 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 …]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.h55 u8 all_multi : 1; member
H A Dfbnic_fw.c566 u32 all_multi = 0, version = 0; in fbnic_fw_parse_cap_resp() local
641 all_multi = in fbnic_fw_parse_cap_resp()
651 fbd->fw_cap.all_multi = all_multi; in fbnic_fw_parse_cap_resp()
H A Dfbnic_rpc.c117 if (fbnic_bmc_present(fbd) && fbd->fw_cap.all_multi) { in fbnic_bmc_rpc_all_multi_config()
151 if (!fbnic_bmc_present(fbd) || !fbd->fw_cap.all_multi || enable_host) { in fbnic_bmc_rpc_all_multi_config()
H A Dfbnic_netdev.c241 (!fbnic_bmc_present(fbd) || !fbd->fw_cap.all_multi)) { in __fbnic_set_rx_mode()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1474 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()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py2127 all_multi = array_nests | multi_attrs
2129 for anest in sorted(all_multi):
2150 for anest in sorted(all_multi):
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7710 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 Dcxgb4.h1997 unsigned int viid_mirror, int mtu, int promisc, int all_multi,