Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py175 def dl_set(self, dlname, size, thtype): argument
178 size, thtype))
198 (size, thtype) = vp.get_value(pool)
201 pool.dl_set(dlname, size, thtype)
208 if pool["thtype"] != thtype:
209 … err_msg = "Incorrect pool threshold type (got {}, expected {})".format(pool["thtype"], thtype)