Home
last modified time | relevance | path

Searched refs:cmd_fd (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c83 mp_res.fds[0] = priv->ctx->cmd_fd; in mp_primary_handle()
200 mp_req.fds[0] = priv->ctx->cmd_fd; in mp_req_on_rxtx()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c95 mp_res.fds[0] = ((struct ibv_context *)cdev->ctx)->cmd_fd; in mlx5_mp_os_primary_handle()
243 ((struct ibv_context *)priv->sh->cdev->ctx)->cmd_fd; in mp_req_on_rxtx()
/dpdk/doc/guides/platform/
H A Dmlx5.rst643 - ``cmd_fd`` parameter [int]
646 PMD will use this FD to import remote CTX. The ``cmd_fd`` is obtained from
647 the ``ibv_context->cmd_fd`` member, which must be dup'd before being passed.
662 This parameter is valid only if ``cmd_fd`` parameter is specified,
664 in the context represented by given ``cmd_fd``.
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c82 mlx5_glue_import_device(int cmd_fd) in mlx5_glue_import_device() argument
85 return ibv_import_device(cmd_fd); in mlx5_glue_import_device()
87 (void)cmd_fd; in mlx5_glue_import_device()
H A Dmlx5_glue.h160 struct ibv_context *(*import_device)(int cmd_fd);
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c325 return ((struct ibv_context *)priv->cdev->ctx)->cmd_fd; in mlx5_vdpa_get_device_fd()
555 PROT_WRITE, MAP_SHARED, ctx->cmd_fd, in mlx5_vdpa_create_dev_resources()