Lines Matching defs:mlx5_ib_qp
311 struct mlx5_ib_qp *container_mibqp;
363 struct mlx5_ib_qp {
823 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp)
848 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp)
850 return container_of(ibqp, struct mlx5_ib_qp, ibqp);
928 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n);
929 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
1017 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp,
1019 void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp);
1024 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp);
1025 void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp);
1034 static inline void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp) {}
1039 static inline void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) {}
1040 static inline void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp) {}