Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c1968 uint64_t *wqe_from, *wqe_to, *wqe_base, *wqe_top; in tavor_wqe_sync() local
1997 wqe_from = TAVOR_QP_SQ_ENTRY(qp, sync_from); in tavor_wqe_sync()
2004 wqe_from = TAVOR_QP_RQ_ENTRY(qp, sync_from); in tavor_wqe_sync()
2011 wqe_from = TAVOR_SRQ_WQ_ENTRY(srq, sync_from); in tavor_wqe_sync()
2033 if (wqe_to > wqe_from) { in tavor_wqe_sync()
2035 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync()
2036 length = (size_t)((uintptr_t)wqe_to - (uintptr_t)wqe_from); in tavor_wqe_sync()
2054 offset = (off_t)((uintptr_t)wqe_from - (uintptr_t)wqe_base); in tavor_wqe_sync()
2055 length = (size_t)((uintptr_t)wqe_top - (uintptr_t)wqe_from); in tavor_wqe_sync()