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

/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h365 * struct queue_entry: Entry inside the &struct data_queue
369 * @queue: The data queue (&struct data_queue) to which this entry belongs.
380 struct data_queue *queue;
399 * @Q_INDEX_MAX: Keep last, used in &struct data_queue to determine the size
427 * struct data_queue: Data queue
455 struct data_queue { struct
584 * @queue: Pointer to @data_queue
597 bool rt2x00queue_for_each_entry(struct data_queue *queue,
608 static inline int rt2x00queue_empty(struct data_queue *queue)
617 static inline int rt2x00queue_full(struct data_queue *queu
[all...]

Completed in 52 milliseconds