Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer.sh46 local exp_max_occ=$1
53 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
65 local exp_max_occ=$1
72 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
84 local exp_max_occ=$1; shift
91 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
101 local exp_max_occ=$(devlink_cell_size_get)
112 max_occ=$(sb_occ_pool_check $dl_port1 $SB_POOL_ING $exp_max_occ)
113 check_err $? "Expected iPool($SB_POOL_ING) max occupancy to be $exp_max_occ, but got $max_occ"
117 max_occ=$(sb_occ_pool_check $dl_port2 $SB_POOL_ING $exp_max_occ)
[all …]