Searched refs:mlx5_core_qp (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/mlx5/ |
D | qp.h | 437 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/ |
D | qp.c | 73 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()
|
D | debugfs.c | 277 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/ |
D | mlx5_ib.h | 176 struct mlx5_core_qp mqp; 456 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
|
D | odp.c | 725 static void mlx5_ib_pfault_handler(struct mlx5_core_qp *qp, in mlx5_ib_pfault_handler()
|
D | cq.c | 417 struct mlx5_core_qp *mqp; in mlx5_poll_one()
|
D | qp.c | 170 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()
|