Home
last modified time | relevance | path

Searched refs:DQL_MAX_LIMIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddynamic_queue_limits.h69 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT) macro
/openbmc/linux/lib/
H A Ddynamic_queue_limits.c133 dql->max_limit = DQL_MAX_LIMIT; in dql_init()
/openbmc/linux/net/core/
H A Dnet-sysfs.c1357 value = DQL_MAX_LIMIT; in bql_set()
1362 if (value > DQL_MAX_LIMIT) in bql_set()