Searched refs:wqe_from (Results 1 – 1 of 1) sorted by relevance
2083 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; in tavor_wqe_sync() local2115 wqe_from = TAVOR_QP_SQ_ENTRY(qp, sync_from); in tavor_wqe_sync()2122 wqe_from = TAVOR_QP_RQ_ENTRY(qp, sync_from); in tavor_wqe_sync()2129 wqe_from = TAVOR_SRQ_WQ_ENTRY(srq, sync_from); in tavor_wqe_sync()2151 if (wqe_to > wqe_from) { in tavor_wqe_sync()2153 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync()2154 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_from); in tavor_wqe_sync()2177 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync()2178 length = (size_t)((uintptr_t)wqe_top - (uintptr_t)wqe_from); in tavor_wqe_sync()