Lines Matching full:will
340 * while transferring the data to the hardware. No TX status report will
386 * @Q_INDEX_DMA_DONE: Index pointer for the next entry which will have been
388 * @Q_INDEX_DONE: Index pointer to the next entry which will be completed by
405 * device might be DMA'ing skbuffers. TX queues will accept skbuffers to
406 * be transmitted and beacon queues will start beaconing the configured
490 * this macro will return the address of 1 position beyond the end of the
501 * queues, this macro will return the address of 1 position beyond
522 * @__entry: Pointer where the current queue entry will be stored in.
526 * This macro will loop through all queues between &__start and &__end.
536 * @__entry: Pointer where the current queue entry will be stored in.
538 * This macro will loop through all available queues.
546 * @__entry: Pointer where the current queue entry will be stored in.
548 * This macro will loop through all TX related queues excluding
557 * @__entry: Pointer where the current queue entry will be stored in.
559 * This macro will loop through all TX related queues including
573 * This will walk through all entries in the queue, in chronological
574 * order. This means it will start at the current @start pointer
575 * and will walk through the queue until it reaches the @end pointer.
577 * If fn returns true for an entry rt2x00queue_for_each_entry will stop
645 * function will take care of the byte ordering.
656 * function will take care of the byte ordering.