Searched refs:efa_cq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa.h | 82 struct efa_cq { struct
|
H A D | efa_verbs.c | 138 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() 140 return container_of(ibcq, struct efa_cq, ibcq); in to_ecq() 987 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq() 1000 static int cq_mmap_entries_setup(struct efa_dev *dev, struct efa_cq *cq, in cq_mmap_entries_setup() 1025 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()
|
H A D | efa_main.c | 271 INIT_RDMA_OBJ_SIZE(ib_cq, efa_cq, ibcq),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa.h | 88 struct efa_cq { struct
|
H A D | efa_main.c | 75 struct efa_cq *cq; in efa_process_comp_eqe() 388 INIT_RDMA_OBJ_SIZE(ib_cq, efa_cq, ibcq),
|
H A D | efa_verbs.c | 156 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() 158 return container_of(ibcq, struct efa_cq, ibcq); in to_ecq() 1005 static void efa_cq_user_mmap_entries_remove(struct efa_cq *cq) in efa_cq_user_mmap_entries_remove() 1014 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq() 1036 static int cq_mmap_entries_setup(struct efa_dev *dev, struct efa_cq *cq, in cq_mmap_entries_setup() 1077 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()
|
Completed in 8 milliseconds