Lines Matching full:queues
402 * enum data_queue_flags: Status flags for data queues
404 * @QUEUE_STARTED: The queue has been started. Fox RX queues this means the
405 * device might be DMA'ing skbuffers. TX queues will accept skbuffers to
406 * be transmitted and beacon queues will start beaconing the configured
489 * Using the base rx pointer and the maximum number of available queues,
491 * queues array.
501 * queues, this macro will return the address of 1 position beyond
521 * queue_loop - Loop through the queues within a specific range (HELPER MACRO).
526 * This macro will loop through all queues between &__start and &__end.
534 * queue_for_each - Loop through all queues
538 * This macro will loop through all available queues.
544 * tx_queue_for_each - Loop through the TX queues
548 * This macro will loop through all TX related queues excluding
549 * the Beacon and Atim queues.
555 * txall_queue_for_each - Loop through all TX related queues
559 * This macro will loop through all TX related queues including
560 * the Beacon and Atim queues.