Lines Matching refs:all_multi
1292 u8 all_multi; member
3783 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()
5379 --hw->all_multi; in netdev_close()
5453 hw->all_multi = 0; in prepare_hardware()
5715 u8 all_multi = hw->all_multi; in dev_set_multicast() local
5718 ++hw->all_multi; in dev_set_multicast()
5720 --hw->all_multi; in dev_set_multicast()
5724 if (hw->all_multi <= 1 && all_multi <= 1) in dev_set_multicast()
5725 hw_set_multicast(hw, hw->all_multi); in dev_set_multicast()
5761 ++hw->all_multi; in netdev_set_rx_mode()
5762 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()
5776 --hw->all_multi; in netdev_set_rx_mode()
5777 hw_set_multicast(hw, hw->all_multi); in netdev_set_rx_mode()