Home
last modified time | relevance | path

Searched defs:dql (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Ddynamic_queue_limits.h43 struct dql { struct
49 /* Fields accessed only by completion path (dql_completed) */ argument
73 * availability in the queue with dql_avail. argument
75 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()
H A Dnetdevice.h659 struct dql dql; member
/openbmc/linux/lib/
H A Ddynamic_queue_limits.c18 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()
/openbmc/linux/net/core/
H A Dnet-sysfs.c1374 struct dql *dql = &queue->dql; in bql_show_hold_time() local
1382 struct dql *dql = &queue->dql; in bql_set_hold_time() local
1402 struct dql *dql = &queue->dql; in bql_show_inflight() local
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2784 struct dql *dql = &q->dql; in hns3_get_timeout_queue() local