Lines Matching refs:all_multi
1300 u8 all_multi; member
3791 if (hw->all_multi) in hw_setup()
4941 if (hw->all_multi) in netdev_tx_timeout()
4942 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout()
5387 --hw->all_multi; in netdev_close()
5461 hw->all_multi = 0; in prepare_hardware()
5723 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5726 ++hw->all_multi; in dev_set_multicast()
5728 --hw->all_multi; in dev_set_multicast()
5732 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5733 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5769 ++hw->all_multi; in netdev_set_rx_mode()
5770 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5784 --hw->all_multi; in netdev_set_rx_mode()
5785 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()