Searched refs:flow_id (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c95 /* FI2Q and Q2FI converts from flow_id (i.e. queue index)
108 /* release a packet for a given flow_id.
119 q = FI2Q(c, m->flow_id);
122 ND("q %p id %d current length %d", q, m->flow_id, i);
174 struct dn_queue *_q = FI2Q(c, mb->flow_id);
186 struct dn_queue *_q = FI2Q(c, mb->flow_id);
198 if (c->q_wfi[mb->flow_id] < wfi)
199 c->q_wfi[mb->flow_id] = wfi;
216 struct dn_queue *q = FI2Q(c, m->flow_id);
653 int flow_id; local
[all...]
H A Ddn_test.h101 * dn_flow collects flow_id and stats for queues and scheduler
113 //uint32_t flow_id;
137 uint32_t flow_id; /* for testing, index of a flow */ member in struct:mbuf
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Deth_common.h274 __le16 flow_id /* aRFS flow ID. */; member in struct:eth_fast_path_rx_reg_cqe
339 __le16 flow_id /* aRFS flow ID. */; member in struct:eth_fast_path_rx_tpa_start_cqe
H A Decore_l2.c2230 p_ramrod->flow_id = 0;
H A Decore_hsi_eth.h1621 __le16 flow_id /* RX flow ID. Valid if flow_id_valid set. */; member in struct:rx_update_gft_filter_data
1625 u8 flow_id_valid /* If set, flow_id will reported by CQE, rx_qid_valid must be cleared. If cleared, flow_id 0 will reported by CQE. */;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c1840 struct ibv_flow *flow_id; local
1850 flow_id = malloc(sizeof(*flow_id));
1851 if (!flow_id)
1885 flow_id->context = qp->context;
1886 flow_id->handle = resp.flow_handle;
1887 return flow_id;
1889 free(flow_id);
1893 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id) argument
1900 cmd.flow_handle = flow_id
[all...]
H A Ddriver.h277 int ibv_cmd_destroy_flow(struct ibv_flow *flow_id);
H A Dverbs.h1703 static inline int ibv_destroy_flow(struct ibv_flow *flow_id) argument
1705 struct verbs_context *vctx = verbs_get_ctx_op(flow_id->context,
1709 return vctx->ibv_destroy_flow(flow_id);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1763 struct ib_flow *flow_id; local
1767 flow_id = qp->device->create_flow(qp, flow_attr, domain);
1768 if (!IS_ERR(flow_id))
1770 return flow_id;
1774 int ib_destroy_flow(struct ib_flow *flow_id) argument
1777 struct ib_qp *qp = flow_id->qp;
1779 err = qp->device->destroy_flow(flow_id);
H A Dib_uverbs_cmd.c3688 struct ib_flow *flow_id; local
3800 flow_id = ib_create_flow(qp, flow_attr, IB_FLOW_DOMAIN_USER);
3801 if (IS_ERR(flow_id)) {
3802 err = PTR_ERR(flow_id);
3805 flow_id->qp = qp;
3806 flow_id->uobject = uobj;
3807 uobj->object = flow_id;
3836 ib_destroy_flow(flow_id);
3855 struct ib_flow *flow_id; local
3873 flow_id
[all...]
H A Dib_uverbs_main.c256 struct ib_flow *flow_id = uobj->object; local
259 ib_destroy_flow(flow_id);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c103 u32 flow_id; /* RFS infrastructure id */ member in struct:mlx4_en_filter
219 __be16 dst_port, u32 flow_id)
237 filter->flow_id = flow_id;
289 u16 rxq_index, u32 flow_id)
331 src_port, dst_port, flow_id);
380 filter->rxq_index, filter->flow_id,
217 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port, u32 flow_id) argument
288 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, u16 rxq_index, u32 flow_id) argument
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h445 uint32_t flow_id; member in struct:bnxt_vnic_info
H A Dbnxt_hwrm.c944 vnic->flow_id = le64toh(resp->flow_id);
H A Dif_bnxt.c583 softc->vnic_info.flow_id = (uint16_t)HWRM_NA_SIGNATURE;
H A Dhsi_struct_def.h6466 * The maximum value of flow_id that can be supported in completion
17181 uint32_t flow_id; member in struct:hwrm_cfa_l2_filter_alloc_output
17874 uint32_t flow_id; member in struct:hwrm_cfa_tunnel_filter_alloc_output
18363 uint32_t flow_id; member in struct:hwrm_cfa_ntuple_filter_alloc_output
18825 uint32_t flow_id; member in struct:hwrm_cfa_em_flow_alloc_output
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2067 int (*destroy_flow)(struct ib_flow *flow_id);
3322 int ib_destroy_flow(struct ib_flow *flow_id);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1921 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) argument
1923 struct mlx5_ib_dev *dev = to_mdev(flow_id->qp->device);
1924 struct mlx5_ib_flow_handler *handler = container_of(flow_id,
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1855 static int mlx4_ib_destroy_flow(struct ib_flow *flow_id) argument
1859 struct mlx4_ib_dev *mdev = to_mdev(flow_id->qp->device);
1860 struct mlx4_ib_flow *mflow = to_mflow(flow_id);

Completed in 634 milliseconds