Home
last modified time | relevance | path

Searched refs:n_flows (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h98 __u64 n_flows; /* Number of flows present */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h98 __u64 n_flows; /* Number of flows present */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h107 u16 n_flows; /* size of the flow buffer window */ member
H A Dtid_rdma.c1474 req->n_flows) in hfi1_kern_exp_rcv_setup()
1962 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request()
3325 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3368 req->n_flows = remote->max_write; in hfi1_build_tid_rdma_write_req()
3745 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write); in hfi1_rc_rcv_tid_rdma_write_req()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h99 __u64 n_flows; /* Number of flows present */ member
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c691 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()