Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dtid_rdma.h107 u16 n_flows; /* size of the flow buffer window */ member
Dtid_rdma.c1481 req->n_flows) in hfi1_kern_exp_rcv_setup()
1969 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request()
3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3380 req->n_flows = remote->max_write; in hfi1_build_tid_rdma_write_req()
3757 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write); in hfi1_rc_rcv_tid_rdma_write_req()
/linux-6.6.21/include/uapi/linux/
Dopenvswitch.h107 __u64 n_flows; /* Number of flows present */ member
/linux-6.6.21/net/openvswitch/
Ddatapath.c730 stats->n_flows = ovs_flow_tbl_count(&dp->table); in get_dp_stats()