Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer.sh47 local max_occ
50 max_occ=$(devlink sb -j occupancy show $dl_port \
53 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
57 echo $max_occ
66 local max_occ
69 max_occ=$(devlink sb -j occupancy show $dl_port \
72 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
76 echo $max_occ
85 local max_occ
88 max_occ=$(devlink sb -j occupancy show $dl_port \
[all …]