Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.h52 struct mlx5_mp_id { struct
71 mp_init_msg(struct mlx5_mp_id *mp_id, struct rte_mp_msg *msg, in mp_init_msg() argument
92 int mlx5_mp_req_mr_create(struct mlx5_mp_id *mp_id, uintptr_t addr);
94 int mlx5_mp_req_queue_state_modify(struct mlx5_mp_id *mp_id,
97 int mlx5_mp_req_verbs_cmd_fd(struct mlx5_mp_id *mp_id);
H A Dmlx5_common_mp.c28 mlx5_mp_req_mr_create(struct mlx5_mp_id *mp_id, uintptr_t addr) in mlx5_mp_req_mr_create()
69 mlx5_mp_req_queue_state_modify(struct mlx5_mp_id *mp_id, in mlx5_mp_req_queue_state_modify()
107 mlx5_mp_req_verbs_cmd_fd(struct mlx5_mp_id *mp_id) in mlx5_mp_req_verbs_cmd_fd()
H A Dmlx5_common_mr.c539 struct mlx5_mp_id *mp_id, in mlx5_mr_create_secondary()
826 mlx5_mr_create(void *pd, struct mlx5_mp_id *mp_id, in mlx5_mr_create()
868 mr_lookup_caches(void *pd, struct mlx5_mp_id *mp_id, in mr_lookup_caches()
928 uint32_t mlx5_mr_addr2mr_bh(void *pd, struct mlx5_mp_id *mp_id, in mlx5_mr_addr2mr_bh()
H A Dmlx5_common_mr.h133 uint32_t mlx5_mr_addr2mr_bh(void *pd, struct mlx5_mp_id *mp_id,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h1006 struct mlx5_mp_id mp_id; /* ID of a multi-process process */
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c750 struct mlx5_mp_id mp_id; in mlx5_dev_spawn()