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

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

Completed in 148 milliseconds