Lines Matching refs:all_multi
1251 * @all_multi: Counter to keep track of all multicast mode set.
1293 u8 all_multi;
3785 if (hw->all_multi)
4933 if (hw->all_multi)
4934 hw_set_multicast(hw, hw->all_multi);
5377 --hw->all_multi;
5449 hw->all_multi = 0;
5711 u8 all_multi = hw->all_multi;
5714 ++hw->all_multi;
5716 --hw->all_multi;
5720 if (hw->all_multi <= 1 && all_multi <= 1)
5721 hw_set_multicast(hw, hw->all_multi);
5757 ++hw->all_multi;
5758 hw_set_multicast(hw, hw->all_multi);
5772 --hw->all_multi;
5773 hw_set_multicast(hw, hw->all_multi);