Lines Matching refs:queue
165 p->queue = q;
222 #define destroy_queue_tx(pio, queue) do { \
223 b43_destroy_pioqueue_tx((pio)->queue, __stringify(queue)); \
224 (pio)->queue = NULL; \
227 #define destroy_queue_rx(pio, queue) do { \
228 b43_destroy_pioqueue_rx((pio)->queue, __stringify(queue)); \
229 (pio)->queue = NULL; \
365 struct b43_pio_txqueue *q = pack->queue;
435 struct b43_pio_txqueue *q = pack->queue;
495 /* Update the queue statistics. */
513 /* The multicast queue will be sent after the DTIM. */
528 b43dbg(dev->wl, "PIO: TX packet longer than queue.\n");
539 /* Not enough memory on the queue. */
546 /* Assign the queue number to the ring (if not already done before)
547 * so TX status handling can use it. The mac80211-queue to b43-queue
567 /* The queue is full. */