Searched refs:wqe_to (Results 1 – 1 of 1) sorted by relevance
2083 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; in tavor_wqe_sync() local2116 wqe_to = TAVOR_QP_SQ_ENTRY(qp, sync_to); in tavor_wqe_sync()2123 wqe_to = TAVOR_QP_RQ_ENTRY(qp, sync_to); in tavor_wqe_sync()2130 wqe_to = TAVOR_SRQ_WQ_ENTRY(srq, sync_to); in tavor_wqe_sync()2151 if (wqe_to > wqe_from) { in tavor_wqe_sync()2154 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_from); in tavor_wqe_sync()2165 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_base); in tavor_wqe_sync()