Lines Matching refs:all_multi
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()
5302 --hw->all_multi; in netdev_close()
5374 hw->all_multi = 0; in prepare_hardware()
5636 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5639 ++hw->all_multi; in dev_set_multicast()
5641 --hw->all_multi; in dev_set_multicast()
5645 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5646 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5682 ++hw->all_multi; in netdev_set_rx_mode()
5683 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5697 --hw->all_multi; in netdev_set_rx_mode()
5698 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()