Searched refs:flow_cnt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | do_hbm_test.sh | 84 flow_cnt=1 266 flow_cnt=1 278 while [ $flow_cnt -le $flows ] ; do 281 if [ $flow_cnt -eq 1 ] ; then 288 …,LOCAL_SEND_THROUGHPUT,LOCAL_RECV_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) & 291 …OTE_TRANSPORT_RETRANS,REMOTE_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) & 293 …OCAL_TRANSPORT_RETRANS,LOCAL_SEND_THROUGHPUT,REQUEST_SIZE,RESPONSE_SIZE > netperf.$id.$flow_cnt ) & 296 flow_cnt=$[flow_cnt+1] 309 flow_cnt=1 320 while [ $flow_cnt -le $flows ] ; do [all …]
|
/linux-6.1.9/drivers/dma/ti/ |
D | k3-psil-am64.c | 32 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \ argument 42 .flow_num = flow_cnt, \ 47 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \ argument 57 .flow_num = flow_cnt, \
|
D | k3-psil-am62.c | 21 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \ argument 31 .flow_num = flow_cnt, \ 36 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \ argument 46 .flow_num = flow_cnt, \
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 213 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()
|