Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c398 qp->scq = to_siw_cq(attrs->send_cq); in siw_create_qp()
399 qp->rcq = to_siw_cq(attrs->recv_cq); in siw_create_qp()
1066 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1099 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1191 struct siw_cq *cq = to_siw_cq(base_cq); in siw_poll_cq()
1220 struct siw_cq *cq = to_siw_cq(base_cq); in siw_req_notify_cq()
H A Dsiw.h570 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() function