Searched defs:queues (Results 1 - 5 of 5) sorted by relevance

/net/mac80211/
H A Ddebugfs.c334 for (q = 0; q < local->hw.queues; q++)
344 DEBUGFS_READONLY_FILE_OPS(queues); variable
412 DEBUGFS_ADD(queues);
H A Ddriver-ops.h751 u32 queues, bool drop)
760 trace_drv_flush(local, queues, drop);
762 local->ops->flush(&local->hw, vif, queues, drop);
749 drv_flush(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, u32 queues, bool drop) argument
H A Dutil.c295 if (local->hw.queues < IEEE80211_NUM_ACS)
328 if (WARN_ON(queue >= hw->queues))
384 if (WARN_ON(queue >= hw->queues))
395 if (local->hw.queues < IEEE80211_NUM_ACS)
482 for (i = 0; i < hw->queues; i++)
490 unsigned long queues,
500 for_each_set_bit(i, &queues, hw->queues)
520 if (WARN_ON(queue >= hw->queues))
532 unsigned long queues,
489 ieee80211_stop_queues_by_reason(struct ieee80211_hw *hw, unsigned long queues, enum queue_stop_reason reason, bool refcounted) argument
531 ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, unsigned long queues, enum queue_stop_reason reason, bool refcounted) argument
560 unsigned int queues; local
582 unsigned int queues; local
[all...]
/net/sched/
H A Dsch_multiq.c35 struct Qdisc **queues; member in struct:multiq_sched_data
62 return q->queues[0];
64 return q->queues[band];
112 qdisc = q->queues[q->curband];
144 qdisc = q->queues[curband];
162 qdisc = q->queues[band];
182 qdisc_reset(q->queues[band]);
195 qdisc_destroy(q->queues[band]);
197 kfree(q->queues);
218 if (q->queues[
[all...]
H A Dsch_prio.c29 struct Qdisc *queues[TCQ_PRIO_BANDS]; member in struct:prio_sched_data
58 return q->queues[q->prio2band[band & TC_PRIO_MAX]];
64 return q->queues[q->prio2band[0]];
66 return q->queues[band];
102 struct Qdisc *qdisc = q->queues[prio];
116 struct Qdisc *qdisc = q->queues[prio];
136 qdisc = q->queues[prio];
153 qdisc_reset(q->queues[prio]);
165 qdisc_destroy(q->queues[prio]);
191 struct Qdisc *child = q->queues[
[all...]

Completed in 241 milliseconds