Searched refs:qlnxr_cq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h386 struct qlnxr_cq *gsi_sqcq;
387 struct qlnxr_cq *gsi_rqcq;
517 struct qlnxr_cq { struct
658 struct qlnxr_cq *sq_cq;
659 struct qlnxr_cq *rq_cq;
792 static inline struct qlnxr_cq *
795 return container_of(ibcq, struct qlnxr_cq, ibcq);
H A Dqlnxr_cm.c68 struct qlnxr_cq *cq = dev->gsi_sqcq;
97 struct qlnxr_cq *cq = dev->gsi_rqcq;
168 struct qlnxr_cq *cq;
830 struct qlnxr_cq *cq = get_qlnxr_cq(ibcq);
H A Dqlnxr_os.c305 struct qlnxr_cq *cq;
328 cq = (struct qlnxr_cq *)(uintptr_t)HILO_U64(cq_handle->hi,
555 struct qlnxr_cq *cq = (struct qlnxr_cq *)(uintptr_t)roceHandle64;
H A Dqlnxr_verbs.c1698 struct qlnxr_cq *cq, struct ib_udata *udata)
1725 consume_cqe(struct qlnxr_cq *cq)
1871 struct qlnxr_cq *cq;
1898 cq = qlnx_zalloc((sizeof(struct qlnxr_cq)));
2038 struct qlnxr_cq *cq = get_qlnxr_cq(ibcq);
2234 struct qlnxr_cq *send_cq = get_qlnxr_cq(attrs->send_cq);
2235 struct qlnxr_cq *recv_cq = get_qlnxr_cq(attrs->recv_cq);
5147 struct qlnxr_cq *cq,
5227 struct qlnxr_cq *cq,
5310 struct qlnxr_cq *c
[all...]

Completed in 186 milliseconds