Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/mlxsw/
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)
/linux/tools/testing/selftests/net/forwarding/
A Ddevlink_lib.sh195 local thtype=$1; shift
198 devlink sb pool set "$DEVLINK_DEV" pool $pool size $size thtype $thtype
211 size ${orig[0]} thtype ${orig[1]}

Completed in 5 milliseconds