Searched defs:wqe_from (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2083 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; local
2115 wqe_from = TAVOR_QP_SQ_ENTRY(qp, sync_from);
2122 wqe_from = TAVOR_QP_RQ_ENTRY(qp, sync_from);
2129 wqe_from = TAVOR_SRQ_WQ_ENTRY(srq, sync_from);
2151 if (wqe_to > wqe_from) {
2153 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base);
2154 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_from);
2177 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base);
2178 length = (size_t)((uintptr_t)wqe_top - (uintptr_t)wqe_from);

Completed in 65 milliseconds