Lines Matching refs:pool
140 local pool=$1; shift
142 devlink sb port pool show $port pool $pool -j \
149 local pool=$1; shift
150 local key="port_pool($port,$pool).threshold"
152 DEVLINK_ORIG[$key]=$(devlink_port_pool_threshold $port $pool)
158 local pool=$1; shift
161 devlink sb port pool set $port pool $pool th $th
167 local pool=$1; shift
168 local key="port_pool($port,$pool).threshold"
174 devlink sb port pool set $port pool $pool th $orig
180 local pool=$1; shift
182 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
188 local pool=$1; shift
189 local key="pool($pool).size_thtype"
191 DEVLINK_ORIG[$key]=$(devlink_pool_size_thtype $pool)
196 local pool=$1; shift
200 devlink sb pool set "$DEVLINK_DEV" pool $pool size $size thtype $thtype
205 local pool=$1; shift
206 local key="pool($pool).size_thtype"
212 devlink sb pool set "$DEVLINK_DEV" pool $pool \
242 local pool=$1; shift
245 devlink sb tc bind set $port tc $tc type $dir pool $pool th $th
260 pool ${orig[0]} th ${orig[1]}
591 devlink sb pool show "$DEVLINK_DEV" pool 0 -j \