Home
last modified time | relevance | path

Searched refs:rdma_cqe (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h174 #define QLNXR_CQE_SIZE (sizeof(union rdma_cqe))
527 union rdma_cqe *latest_cqe;
528 union rdma_cqe *toggle_cqe;
H A Dqlnxr_verbs.c5204 is_valid_cqe(struct qlnxr_cq *cq, union rdma_cqe *cqe) in is_valid_cqe()
5217 union rdma_cqe *cqe = cq->latest_cqe; in qlnxr_poll_cq()
/freebsd/sys/dev/qlnx/qlnxe/
H A Drdma_common.h139 union rdma_cqe union