Searched refs:all_multi (Results 1 – 9 of 9) sorted by relevance
/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 …]
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_fw.h | 55 u8 all_multi : 1; member
|
H A D | fbnic_fw.c | 566 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 D | fbnic_rpc.c | 117 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 D | fbnic_netdev.c | 241 (!fbnic_bmc_present(fbd) || !fbd->fw_cap.all_multi)) { in __fbnic_set_rx_mode()
|
/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 | 2127 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 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 | 1997 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|