Home
last modified time | relevance | path

Searched refs:dev_handle (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c39 struct tf_dev_info *dev_handle) in tf_dev_bind_p4() argument
51 dev_handle->ops = &tf_dev_ops_p4_init; in tf_dev_bind_p4()
92 if (dev_handle->type == TF_DEVICE_TYPE_WH) in tf_dev_bind_p4()
146 dev_handle->ops = &tf_dev_ops_p4; in tf_dev_bind_p4()
242 struct tf_dev_info *dev_handle) in tf_dev_bind() argument
247 dev_handle->type = type; in tf_dev_bind()
251 dev_handle); in tf_dev_bind()
261 struct tf_dev_info *dev_handle) in tf_dev_unbind() argument
263 switch (dev_handle->type) { in tf_dev_unbind()
H A Dtf_device.h92 struct tf_dev_info *dev_handle);
109 struct tf_dev_info *dev_handle);
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c1002 const int mark = dev_handle->mark; in flow_drv_rxq_flags_set()
1010 dev_handle->rix_hrxq); in flow_drv_rxq_flags_set()
1039 dev_handle->layers) == in flow_drv_rxq_flags_set()
1063 struct mlx5_flow_handle *dev_handle; in flow_rxq_flags_set() local
1066 handle_idx, dev_handle, next) in flow_rxq_flags_set()
1084 const int mark = dev_handle->mark; in flow_drv_rxq_flags_trim()
1092 dev_handle->rix_hrxq); in flow_drv_rxq_flags_trim()
1117 dev_handle->layers) == in flow_drv_rxq_flags_trim()
1142 struct mlx5_flow_handle *dev_handle; in flow_rxq_flags_trim() local
2833 if (dev_handle->split_flow_id) in flow_mreg_split_qrss_release()
[all …]
H A Dmlx5_flow_dv.c6215 struct mlx5_flow_handle *dev_handle; in flow_dv_prepare() local
6229 if (!dev_handle) { in flow_dv_prepare()
6237 dev_flow->handle = dev_handle; in flow_dv_prepare()
11264 if (!dev_handle) in flow_dv_destroy()
11267 if (dev_handle->dvh.matcher) in flow_dv_destroy()
11269 if (dev_handle->dvh.rix_sample) in flow_dv_destroy()
11276 if (dev_handle->dvh.modify_hdr) in flow_dv_destroy()
11278 if (dev_handle->dvh.rix_push_vlan) in flow_dv_destroy()
11280 dev_handle); in flow_dv_destroy()
11281 if (dev_handle->dvh.rix_tag) in flow_dv_destroy()
[all …]
H A Dmlx5_flow_verbs.c1629 struct mlx5_flow_handle *dev_handle; in flow_verbs_prepare() local
1649 dev_handle = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], in flow_verbs_prepare()
1651 if (!dev_handle) { in flow_verbs_prepare()
1659 dev_flow->handle = dev_handle; in flow_verbs_prepare()