Searched refs:efa_cq (Results 1 – 3 of 3) sorted by relevance
89 struct efa_cq { struct
140 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq()142 return container_of(ibcq, struct efa_cq, ibcq); in to_ecq()891 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq()902 static int cq_mmap_entries_setup(struct efa_dev *dev, struct efa_cq *cq, in cq_mmap_entries_setup()926 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()
229 INIT_RDMA_OBJ_SIZE(ib_cq, efa_cq, ibcq),