Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
Ddo_hbm_test.sh84 flow_cnt=1
255 flow_cnt=1
267 while [ $flow_cnt -le $flows ] ; do
270 if [ $flow_cnt -eq 1 ] ; then
277 …,LOCAL_SEND_THROUGHPUT,LOCAL_RECV_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
280 …OTE_TRANSPORT_RETRANS,REMOTE_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
282 …OCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) &
285 flow_cnt=$[flow_cnt+1]
298 flow_cnt=1
309 while [ $flow_cnt -le $flows ] ; do
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.c213 int err, i, flow_cnt; in nfp_flower_cmsg_merge_hint_rx() local
217 flow_cnt = msg->count + 1; in nfp_flower_cmsg_merge_hint_rx()
219 if (msg_len < struct_size(msg, flow, flow_cnt)) { in nfp_flower_cmsg_merge_hint_rx()
221 msg_len, struct_size(msg, flow, flow_cnt)); in nfp_flower_cmsg_merge_hint_rx()
225 if (flow_cnt != 2) { in nfp_flower_cmsg_merge_hint_rx()
227 flow_cnt); in nfp_flower_cmsg_merge_hint_rx()
232 for (i = 0; i < flow_cnt; i++) { in nfp_flower_cmsg_merge_hint_rx()