Lines Matching refs:pool
112 local pool=$1; shift
114 devlink sb port pool show $port pool $pool -j \
121 local pool=$1; shift
123 local key="port_pool($port,$pool).threshold"
125 DEVLINK_ORIG[$key]=$(devlink_port_pool_threshold $port $pool)
126 devlink sb port pool set $port pool $pool th $th
132 local pool=$1; shift
133 local key="port_pool($port,$pool).threshold"
135 devlink sb port pool set $port pool $pool th ${DEVLINK_ORIG[$key]}
140 local pool=$1; shift
142 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
148 local pool=$1; shift
151 local key="pool($pool).size_thtype"
153 DEVLINK_ORIG[$key]=$(devlink_pool_size_thtype $pool)
154 devlink sb pool set "$DEVLINK_DEV" pool $pool size $size thtype $thtype
159 local pool=$1; shift
160 local key="pool($pool).size_thtype"
163 devlink sb pool set "$DEVLINK_DEV" pool $pool \
182 local pool=$1; shift
187 devlink sb tc bind set $port tc $tc type $dir pool $pool th $th
199 pool ${orig[0]} th ${orig[1]}