Searched refs:all_multi (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/micrel/ ! |
D | ksz884x.c | 1225 u8 all_multi; member 3710 if (hw->all_multi) in hw_setup() 4858 if (hw->all_multi) in netdev_tx_timeout() 4859 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout() 5301 --hw->all_multi; in netdev_close() 5373 hw->all_multi = 0; in prepare_hardware() 5634 u8 all_multi = hw->all_multi; in dev_set_multicast() local 5637 ++hw->all_multi; in dev_set_multicast() 5639 --hw->all_multi; in dev_set_multicast() 5643 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast() [all …]
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/ ! |
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-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ ! |
D | t4_hw.c | 7708 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() argument 7719 if (all_multi < 0) in t4_set_rxmode() 7720 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4_set_rxmode() 7734 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4_set_rxmode()
|
D | cxgb4.h | 2004 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|