Lines Matching defs:data_queue
462 struct data_queue { struct
466 enum data_queue_qid qid; argument
467 unsigned long flags;
469 struct mutex status_lock;
470 spinlock_t tx_lock;
471 spinlock_t index_lock;
473 unsigned int count;
474 unsigned short limit;
475 unsigned short threshold;
476 unsigned short length;
477 unsigned short index[Q_INDEX_MAX];
502 &(__dev)->rx[(__dev)->data_queues] argument