Lines Matching refs:exp_max_occ
60 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)
137 check_err $? "Expected ePool($SB_POOL_EGR_CPU) max occupancy to be $exp_max_occ, but got $max_occ"
148 local exp_max_occ=$(devlink_cell_size_get)
164 max_occ=$(sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ)
165 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ"
169 max_occ=$(sb_occ_etc_check $cpu_dl_port $SB_ITC_CPU_IP $exp_max_occ)
170 …check_err $? "Expected egress TC($SB_ITC_CPU_IP) max occupancy to be $exp_max_occ, but got $max_oc…
181 local exp_max_occ=$(devlink_cell_size_get)
194 max_occ=$(sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ)
195 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ"
199 max_occ=$(sb_occ_etc_check $cpu_dl_port $SB_ITC_CPU_ARP $exp_max_occ)
200 check_err $? "Expected egress TC($SB_ITC_IP2ME) max occupancy to be $exp_max_occ, but got $max_occ"