Searched refs:cmd_fd (Results 1 – 6 of 6) sorted by relevance
83 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()
95 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()
643 - ``cmd_fd`` parameter [int]646 PMD will use this FD to import remote CTX. The ``cmd_fd`` is obtained from647 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``.
82 mlx5_glue_import_device(int cmd_fd) in mlx5_glue_import_device() argument85 return ibv_import_device(cmd_fd); in mlx5_glue_import_device()87 (void)cmd_fd; in mlx5_glue_import_device()
160 struct ibv_context *(*import_device)(int cmd_fd);
325 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()