Lines Matching refs:all_multi
1300 u8 all_multi; member
3794 if (hw->all_multi) in hw_setup()
4944 if (hw->all_multi) in netdev_tx_timeout()
4945 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout()
5391 --hw->all_multi; in netdev_close()
5465 hw->all_multi = 0; in prepare_hardware()
5727 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5730 ++hw->all_multi; in dev_set_multicast()
5732 --hw->all_multi; in dev_set_multicast()
5736 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5737 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5773 ++hw->all_multi; in netdev_set_rx_mode()
5774 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5788 --hw->all_multi; in netdev_set_rx_mode()
5789 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()