Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/efa/
Defa_verbs.c151 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
688 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()
689 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()
1002 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq()
1065 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()