Lines Matching refs:mlx5_ib_qp
175 struct mlx5_ib_qp { struct
471 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
473 return container_of(mqp, struct mlx5_ib_qp, mqp); in to_mibqp()
491 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
493 return container_of(ibqp, struct mlx5_ib_qp, ibqp); in to_mqp()
556 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n);
557 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
621 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp,
623 void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp);
628 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp);
629 void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp);
639 static inline void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp) {} in mlx5_ib_odp_create_qp()
644 static inline void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_disable_pagefaults()
645 static inline void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_enable_pagefaults()