Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/erdma/
H A Derdma_cq.c35 struct erdma_cq *cq = to_ecq(ibcq); in erdma_req_notify_cq()
203 struct erdma_cq *cq = to_ecq(ibcq); in erdma_poll_cq()
227 struct erdma_cq *cq = to_ecq(ibcq); in erdma_remove_cqes_of_qp()
H A Derdma_verbs.h404 static inline struct erdma_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
H A Derdma_verbs.c983 qp->scq = to_ecq(attrs->send_cq); in erdma_create_qp()
984 qp->rcq = to_ecq(attrs->recv_cq); in erdma_create_qp()
1282 struct erdma_cq *cq = to_ecq(ibcq); in erdma_destroy_cq()
1922 struct erdma_cq *cq = to_ecq(ibcq); in erdma_create_cq()
/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_verbs.c157 static inline struct efa_cq *to_ecq(struct ib_cq *ibcq) in to_ecq() function
754 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()
755 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()
1073 struct efa_cq *cq = to_ecq(ibcq); in efa_destroy_cq()
1137 struct efa_cq *cq = to_ecq(ibcq); in efa_create_cq()