Lines Matching refs:pool
129 local pool=$1; shift
131 devlink sb port pool show $port pool $pool -j \
138 local pool=$1; shift
139 local key="port_pool($port,$pool).threshold"
141 DEVLINK_ORIG[$key]=$(devlink_port_pool_threshold $port $pool)
147 local pool=$1; shift
150 devlink sb port pool set $port pool $pool th $th
156 local pool=$1; shift
157 local key="port_pool($port,$pool).threshold"
163 devlink sb port pool set $port pool $pool th $orig
169 local pool=$1; shift
171 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
177 local pool=$1; shift
178 local key="pool($pool).size_thtype"
180 DEVLINK_ORIG[$key]=$(devlink_pool_size_thtype $pool)
185 local pool=$1; shift
189 devlink sb pool set "$DEVLINK_DEV" pool $pool size $size thtype $thtype
194 local pool=$1; shift
195 local key="pool($pool).size_thtype"
201 devlink sb pool set "$DEVLINK_DEV" pool $pool \
231 local pool=$1; shift
234 devlink sb tc bind set $port tc $tc type $dir pool $pool th $th
249 pool ${orig[0]} th ${orig[1]}
555 devlink sb pool show "$DEVLINK_DEV" pool 0 -j \