Lines Matching refs:mlx5_ib_qp
174 struct mlx5_ib_qp { struct
456 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
458 return container_of(mqp, struct mlx5_ib_qp, mqp); in to_mibqp()
476 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
478 return container_of(ibqp, struct mlx5_ib_qp, ibqp); in to_mqp()
536 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n);
537 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
612 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp,
614 void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp);
619 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp);
620 void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp);
630 static inline void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp) {} in mlx5_ib_odp_create_qp()
635 static inline void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_disable_pagefaults()
636 static inline void mlx5_ib_qp_enable_pagefaults(struct mlx5_ib_qp *qp) {} in mlx5_ib_qp_enable_pagefaults()