Lines Matching refs:all_multi
1225 u8 all_multi; member
3412 if (hw->all_multi) in hw_setup()
4560 if (hw->all_multi) in netdev_tx_timeout()
4561 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout()
5003 --hw->all_multi; in netdev_close()
5075 hw->all_multi = 0; in prepare_hardware()
5336 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5339 ++hw->all_multi; in dev_set_multicast()
5341 --hw->all_multi; in dev_set_multicast()
5345 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5346 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5382 ++hw->all_multi; in netdev_set_rx_mode()
5383 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5397 --hw->all_multi; in netdev_set_rx_mode()
5398 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()