Home
last modified time | relevance | path

Searched refs:efa_qp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_verbs.c152 static inline struct efa_qp *to_eqp(struct ib_qp *ibqp) in to_eqp()
154 return container_of(ibqp, struct efa_qp, ibqp); in to_eqp()
349 struct efa_qp *qp = to_eqp(ibqp); in efa_query_qp()
483 static void efa_qp_user_mmap_entries_remove(struct efa_qp *qp) in efa_qp_user_mmap_entries_remove()
494 struct efa_qp *qp = to_eqp(ibqp); in efa_destroy_qp()
542 static int qp_mmap_entries_setup(struct efa_qp *qp, in qp_mmap_entries_setup()
680 struct efa_qp *qp = to_eqp(ibqp); in efa_create_qp()
942 static int efa_modify_qp_validate(struct efa_dev *dev, struct efa_qp *qp, in efa_modify_qp_validate()
991 struct efa_qp *qp = to_eqp(ibqp); in efa_modify_qp()
H A Defa.h112 struct efa_qp { struct
H A Defa_main.c400 INIT_RDMA_OBJ_SIZE(ib_qp, efa_qp, ibqp),