Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mlx5/
Dqp.h412 struct mlx5_core_qp { struct
414 void (*event) (struct mlx5_core_qp *, int); argument
415 void (*pfault_handler)(struct mlx5_core_qp *, struct mlx5_pagefault *); argument
573 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
595 struct mlx5_core_qp *qp,
601 struct mlx5_core_qp *qp);
603 struct mlx5_core_qp *qp);
604 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
611 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
612 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
/linux-4.1.27/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()
242 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
278 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
351 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.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h177 struct mlx5_core_qp mqp;
471 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
Dodp.c732 static void mlx5_ib_pfault_handler(struct mlx5_core_qp *qp, in mlx5_ib_pfault_handler()
Dcq.c409 struct mlx5_core_qp *mqp; in mlx5_poll_one()
Dqp.c175 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()