Lines Matching refs:all_multi
1183 * @all_multi: Counter to keep track of all multicast mode set.
1225 u8 all_multi;
3412 if (hw->all_multi)
4560 if (hw->all_multi)
4561 hw_set_multicast(hw, hw->all_multi);
5003 --hw->all_multi;
5075 hw->all_multi = 0;
5336 u8 all_multi = hw->all_multi;
5339 ++hw->all_multi;
5341 --hw->all_multi;
5345 if (hw->all_multi <= 1 && all_multi <= 1)
5346 hw_set_multicast(hw, hw->all_multi);
5382 ++hw->all_multi;
5383 hw_set_multicast(hw, hw->all_multi);
5397 --hw->all_multi;
5398 hw_set_multicast(hw, hw->all_multi);