Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/efa/
Defa_verbs.c148 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
682 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()
683 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()
990 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq()
1028 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()