Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh60 local exp_max_occ=$1
67 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
79 local exp_max_occ=$1
86 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
98 local exp_max_occ=$1; shift
105 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
115 local exp_max_occ=$(devlink_cell_size_get)
131 max_occ=$(sb_occ_pool_check $dl_port2 $SB_POOL_ING $exp_max_occ)
132 check_err $? "Expected iPool($SB_POOL_ING) max occupancy to be $exp_max_occ, but got $max_occ"
136 max_occ=$(sb_occ_pool_check $cpu_dl_port $SB_POOL_EGR_CPU $exp_max_occ)
[all …]