Searched refs:efa_qp (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_verbs.c | 133 static inline struct efa_qp *to_eqp(struct ib_qp *ibqp) in to_eqp() 135 return container_of(ibqp, struct efa_qp, ibqp); in to_eqp() 278 struct efa_qp *qp = to_eqp(ibqp); in efa_query_qp() 412 static void efa_qp_user_mmap_entries_remove(struct efa_qp *qp) in efa_qp_user_mmap_entries_remove() 423 struct efa_qp *qp = to_eqp(ibqp); in efa_destroy_qp() 472 static int qp_mmap_entries_setup(struct efa_qp *qp, in qp_mmap_entries_setup() 612 struct efa_qp *qp; in efa_create_qp() 865 static int efa_modify_qp_validate(struct efa_dev *dev, struct efa_qp *qp, in efa_modify_qp_validate() 914 struct efa_qp *qp = to_eqp(ibqp); in efa_modify_qp()
|
H A D | efa.h | 92 struct efa_qp { struct
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa.h | 101 struct efa_qp { struct
|
H A D | efa_verbs.c | 151 static inline struct efa_qp *to_eqp(struct ib_qp *ibqp) in to_eqp() 153 return container_of(ibqp, struct efa_qp, ibqp); in to_eqp() 306 struct efa_qp *qp = to_eqp(ibqp); in efa_query_qp() 440 static void efa_qp_user_mmap_entries_remove(struct efa_qp *qp) in efa_qp_user_mmap_entries_remove() 451 struct efa_qp *qp = to_eqp(ibqp); in efa_destroy_qp() 499 static int qp_mmap_entries_setup(struct efa_qp *qp, in qp_mmap_entries_setup() 637 struct efa_qp *qp = to_eqp(ibqp); in efa_create_qp() 883 static int efa_modify_qp_validate(struct efa_dev *dev, struct efa_qp *qp, in efa_modify_qp_validate() 932 struct efa_qp *qp = to_eqp(ibqp); in efa_modify_qp()
|
H A D | efa_main.c | 390 INIT_RDMA_OBJ_SIZE(ib_qp, efa_qp, ibqp),
|
Completed in 7 milliseconds