Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c182 uint8_t *src, *dst, *maxdst; in dapli_hermon_wqe_send_build() local
328 maxdst = (uint8_t *)(((uintptr_t)dst + 64) & ~(64 - 1)); in dapli_hermon_wqe_send_build()
329 maxlen = maxdst - dst; in dapli_hermon_wqe_send_build()
347 dst = maxdst + sizeof (uint32_t); in dapli_hermon_wqe_send_build()
348 ds = (tavor_hw_wqe_sgl_t *)(void *)maxdst; in dapli_hermon_wqe_send_build()
349 maxdst += 64; in dapli_hermon_wqe_send_build()