Searched defs:dql (Results 1 – 5 of 5) sorted by relevance
43 struct dql { struct49 /* Fields accessed only by completion path (dql_completed) */ argument73 * availability in the queue with dql_avail. argument75 static inline void dql_queued(struct dql *dql, unsigned int count) in dql_queued()92 static inline int dql_avail(const struct dql *dql) in dql_avail()
629 struct dql dql; member
18 void dql_completed(struct dql *dql, unsigned int count) in dql_completed()116 void dql_reset(struct dql *dql) in dql_reset()131 void dql_init(struct dql *dql, unsigned int hold_time) in dql_init()
1347 struct dql *dql = &queue->dql; in bql_show_hold_time() local1355 struct dql *dql = &queue->dql; in bql_set_hold_time() local1375 struct dql *dql = &queue->dql; in bql_show_inflight() local
2773 struct dql *dql = &q->dql; in hns3_get_timeout_queue() local