Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c55 sfc_vdpa_err(ops_data->dev_handle, in sfc_vdpa_get_device_features()
63 sfc_vdpa_info(ops_data->dev_handle, in sfc_vdpa_get_device_features()
111 dev = ops_data->dev_handle; in sfc_vdpa_enable_vfio_intr()
136 sfc_vdpa_err(ops_data->dev_handle, in sfc_vdpa_enable_vfio_intr()
153 dev = ops_data->dev_handle; in sfc_vdpa_disable_vfio_intr()
328 dev = ops_data->dev_handle; in sfc_vdpa_configure()
508 dev = ops_data->dev_handle; in sfc_vdpa_get_queue_num()
717 dev = ops_data->dev_handle; in sfc_vdpa_set_vring_state()
780 dev = ops_data->dev_handle; in sfc_vdpa_get_vfio_device_fd()
811 dev = ops_data->dev_handle; in sfc_vdpa_get_notify_area()
[all …]
H A Dsfc_vdpa_filter.c64 struct sfc_vdpa_adapter *sva = ops_data->dev_handle; in sfc_vdpa_filter_config()
97 sfc_vdpa_err(ops_data->dev_handle, in sfc_vdpa_filter_config()
133 struct sfc_vdpa_adapter *sva = ops_data->dev_handle; in sfc_vdpa_filter_remove()
H A Dsfc_vdpa.h116 sfc_vdpa_adapter_by_dev_handle(void *dev_handle) in sfc_vdpa_adapter_by_dev_handle() argument
118 return (struct sfc_vdpa_adapter *)dev_handle; in sfc_vdpa_adapter_by_dev_handle()
H A Dsfc_vdpa_ops.h45 void *dev_handle; member
H A Dsfc_vdpa_hw.c130 dev = ops_data->dev_handle; in sfc_vdpa_dma_map()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c87 struct tf_dev_info *dev_handle, in tf_dev_bind_p4() argument
108 dev_handle->ops = &tf_dev_ops_p4_init; in tf_dev_bind_p4()
248 dev_handle->ops = &tf_dev_ops_p4; in tf_dev_bind_p4()
374 struct tf_dev_info *dev_handle, in tf_dev_bind_p58() argument
521 dev_handle->ops = &tf_dev_ops_p58; in tf_dev_bind_p58()
640 dev_handle->type = type; in tf_dev_bind()
644 dev_handle, in tf_dev_bind()
647 dev_handle->type = type; in tf_dev_bind()
651 dev_handle, in tf_dev_bind()
662 struct tf_dev_info *dev_handle) in tf_dev_bind_ops() argument
[all …]
H A Dtf_device.h92 struct tf_dev_info *dev_handle);
109 struct tf_dev_info *dev_handle);
113 struct tf_dev_info *dev_handle);
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c1394 dev_handle->rix_hrxq); in flow_drv_rxq_flags_set()
1402 dev_handle->rix_srss); in flow_drv_rxq_flags_set()
1429 dev_handle->layers) == in flow_drv_rxq_flags_set()
1467 struct mlx5_flow_handle *dev_handle; in flow_rxq_flags_set() local
1474 handle_idx, dev_handle, next) in flow_rxq_flags_set()
1500 dev_handle->rix_hrxq); in flow_drv_rxq_flags_trim()
1508 dev_handle->rix_srss); in flow_drv_rxq_flags_trim()
1531 dev_handle->layers) == in flow_drv_rxq_flags_trim()
1556 struct mlx5_flow_handle *dev_handle; in flow_rxq_flags_trim() local
1559 handle_idx, dev_handle, next) in flow_rxq_flags_trim()
[all …]
H A Dmlx5_flow_dv.c8167 if (!dev_handle) { in flow_dv_prepare()
8176 dev_flow->handle = dev_handle; in flow_dv_prepare()
14776 if (!dev_handle) in flow_dv_destroy()
14785 if (dev_handle->dvh.matcher) in flow_dv_destroy()
14798 dev_handle); in flow_dv_destroy()
14799 if (dev_handle->dvh.rix_tag) in flow_dv_destroy()
14805 srss = dev_handle->rix_srss; in flow_dv_destroy()
14807 dev_handle->split_flow_id) in flow_dv_destroy()
14809 dev_handle->split_flow_id); in flow_dv_destroy()
14814 dev_handle->split_flow_id); in flow_dv_destroy()
[all …]
H A Dmlx5_flow_verbs.c1644 struct mlx5_flow_handle *dev_handle; in flow_verbs_prepare() local
1664 dev_handle = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], in flow_verbs_prepare()
1666 if (!dev_handle) { in flow_verbs_prepare()
1674 dev_flow->handle = dev_handle; in flow_verbs_prepare()
H A Dmlx5_flow.h2048 struct mlx5_flow_handle *dev_handle);