Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c269 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t); in dapls_ib_max_request_iov()
272 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t); in dapls_ib_max_request_iov()
275 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t); in dapls_ib_max_request_iov()
297 tavor_hw_wqe_sgl_t *ds; in dapli_tavor_wqe_send_build()
322 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_tavor_wqe_send_build()
350 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)rc + in dapli_tavor_wqe_send_build()
385 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn + in dapli_tavor_wqe_send_build()
565 tavor_hw_wqe_sgl_t *ds; in dapli_tavor_wqe_recv_build()
570 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_tavor_wqe_recv_build()
671 tavor_hw_wqe_sgl_t *ds; in dapli_tavor_wqe_srq_build()
[all …]
H A Ddapl_hermon_hw.c180 tavor_hw_wqe_sgl_t *ds; in dapli_hermon_wqe_send_build()
212 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_hermon_wqe_send_build()
245 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)rc + in dapli_hermon_wqe_send_build()
282 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn + in dapli_hermon_wqe_send_build()
348 ds = (tavor_hw_wqe_sgl_t *)(void *)maxdst; in dapli_hermon_wqe_send_build()
412 tavor_hw_wqe_sgl_t *ds; in dapli_hermon_wqe_recv_build()
417 ds = (tavor_hw_wqe_sgl_t *)addr; in dapli_hermon_wqe_recv_build()
469 tavor_hw_wqe_sgl_t *ds; in dapli_hermon_wqe_srq_build()
475 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_hermon_wqe_srq_build()
H A Ddapl_arbel_hw.c193 tavor_hw_wqe_sgl_t *ds; in dapli_arbel_wqe_send_build()
223 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_arbel_wqe_send_build()
251 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)rc + in dapli_arbel_wqe_send_build()
288 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn + in dapli_arbel_wqe_send_build()
434 tavor_hw_wqe_sgl_t *ds; in dapli_arbel_wqe_recv_build()
439 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_arbel_wqe_recv_build()
492 tavor_hw_wqe_sgl_t *ds; in dapli_arbel_wqe_srq_build()
498 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)addr + in dapli_arbel_wqe_srq_build()
H A Ddapl_tavor_hw.h450 } tavor_hw_wqe_sgl_t; typedef
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c951 tavor_hw_wqe_sgl_t *ds; in tavor_wqe_send_build()
962 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)desc + in tavor_wqe_send_build()
1030 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)ud + in tavor_wqe_send_build()
1084 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)rc + in tavor_wqe_send_build()
1110 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)at + in tavor_wqe_send_build()
1154 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn + in tavor_wqe_send_build()
1207 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)uc + in tavor_wqe_send_build()
1243 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)bn + in tavor_wqe_send_build()
1442 tavor_hw_wqe_sgl_t *ds; in tavor_wqe_mlx_build()
1455 ds = (tavor_hw_wqe_sgl_t *)((uintptr_t)desc + in tavor_wqe_mlx_build()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h82 typedef struct tavor_hw_wqe_sgl_s tavor_hw_wqe_sgl_t; typedef