Lines Matching defs:data_queue
459 struct data_queue { struct
463 enum data_queue_qid qid; argument
464 unsigned long flags;
466 struct mutex status_lock;
467 spinlock_t tx_lock;
468 spinlock_t index_lock;
470 unsigned int count;
471 unsigned short limit;
472 unsigned short threshold;
473 unsigned short length;
474 unsigned short index[Q_INDEX_MAX];
499 &(__dev)->rx[(__dev)->data_queues] argument