Searched refs:all_multi (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 1226 u8 all_multi; member 3413 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 D | fbnic_rpc.c | 120 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() 490 (!fbnic_bmc_present(fbd) || !fbd->fw_cap.all_multi)) { in fbnic_promisc_sync()
|
| /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()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 2183 all_multi = indexed_arrays | multi_attrs 2185 for arg in sorted(all_multi): 2206 for arg in sorted(all_multi):
|
| /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()
|