Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_verbs.c356 scq = to_siw_cq(attrs->send_cq); in siw_create_qp()
357 rcq = to_siw_cq(attrs->recv_cq); in siw_create_qp()
1083 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1115 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1208 struct siw_cq *cq = to_siw_cq(base_cq); in siw_poll_cq()
1237 struct siw_cq *cq = to_siw_cq(base_cq); in siw_req_notify_cq()
Dsiw.h590 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() function