Home
last modified time | relevance | path

Searched refs:mlx5_core_qp (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/mlx5/
Dqp.h437 struct mlx5_core_qp { struct
439 void (*event) (struct mlx5_core_qp *, int); argument
440 void (*pfault_handler)(struct mlx5_core_qp *, struct mlx5_pagefault *); argument
598 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
620 struct mlx5_core_qp *qp,
626 struct mlx5_core_qp *qp);
628 struct mlx5_core_qp *qp);
629 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
636 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
637 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c73 struct mlx5_core_qp *qp; in mlx5_rsc_event()
80 qp = (struct mlx5_core_qp *)common; in mlx5_rsc_event()
97 struct mlx5_core_qp *qp = in mlx5_eq_pagefault()
98 container_of(common, struct mlx5_core_qp, common); in mlx5_eq_pagefault()
181 struct mlx5_core_qp *qp, in mlx5_core_create_qp()
249 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
285 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
359 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query()
Ddebugfs.c277 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field()
536 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add()
552 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h176 struct mlx5_core_qp mqp;
456 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
Dodp.c725 static void mlx5_ib_pfault_handler(struct mlx5_core_qp *qp, in mlx5_ib_pfault_handler()
Dcq.c417 struct mlx5_core_qp *mqp; in mlx5_poll_one()
Dqp.c170 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()