Lines Matching refs:all_multi
1293 u8 all_multi; member
3785 if (hw->all_multi) in hw_setup()
4933 if (hw->all_multi) in netdev_tx_timeout()
4934 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout()
5377 --hw->all_multi; in netdev_close()
5449 hw->all_multi = 0; in prepare_hardware()
5711 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5714 ++hw->all_multi; in dev_set_multicast()
5716 --hw->all_multi; in dev_set_multicast()
5720 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5721 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5757 ++hw->all_multi; in netdev_set_rx_mode()
5758 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5772 --hw->all_multi; in netdev_set_rx_mode()
5773 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()