Lines Matching defs:queue
107 * Each hw queue has a txpriority.
111 /* Each HW queue can have one AMPDU stream.
112 * But, because one of the hw queue is reserved,
279 * preserve the queue configurations so they can be restored if/when
1892 * 5 6 7 0 1 2 3 4 ie., queue 5 is highest
1893 * and queue 3 is lowest (queue 4 is reserved)
1968 /* Queue ADDBA request in the respective data queue. While setting up
3439 /* TX queue to configure */
3452 /* TX queue to configure */
3837 /* the bitmap is the hw queue number. Map it to the ampdu queue. */
5369 unsigned int link_id, u16 queue,
5377 BUG_ON(queue > MWL8K_TX_WMM_QUEUES - 1);
5378 memcpy(&priv->wmm_params[queue], params, sizeof(*params));
5384 int q = MWL8K_TX_WMM_QUEUES - 1 - queue;