Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/erdma/
Derdma_cq.c35 struct erdma_cq *cq = to_ecq(ibcq); in erdma_req_notify_cq()
181 struct erdma_cq *cq = to_ecq(ibcq); in erdma_poll_cq()
Derdma_verbs.h280 static inline struct erdma_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
Derdma_verbs.c686 qp->scq = to_ecq(attrs->send_cq); in erdma_create_qp()
687 qp->rcq = to_ecq(attrs->recv_cq); in erdma_create_qp()
984 struct erdma_cq *cq = to_ecq(ibcq); in erdma_destroy_cq()
1370 struct erdma_cq *cq = to_ecq(ibcq); in erdma_create_cq()
/Linux-v6.1/drivers/infiniband/hw/efa/
Defa_verbs.c152 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
690 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()
691 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()
1004 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq()
1067 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()