Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c3248 uint64_t *mtt_table; in hermon_mr_fast_mtt_write() local
3281 mtt_table = (uint64_t *)(uintptr_t)dma_info->vaddr; in hermon_mr_fast_mtt_write()
3296 mtt_table[i] = htonll(mtt_entry); in hermon_mr_fast_mtt_write()
3315 mtt_table = in hermon_mr_fast_mtt_write()
3368 uint64_t *mtt_table; in hermon_mr_fast_mtt_write_fmr() local
3377 mtt_table = (uint64_t *)(uintptr_t)dma_info->vaddr; in hermon_mr_fast_mtt_write_fmr()
3383 mtt_table[i] = mem_pattr->pmr_addr_list[j].p_laddr; in hermon_mr_fast_mtt_write_fmr()
3389 mtt_table = (uint64_t *)(uintptr_t)dma_info->vaddr; in hermon_mr_fast_mtt_write_fmr()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c2445 uint64_t *mtt_table; in tavor_mr_fast_mtt_write() local
2458 mtt_table = (uint64_t *)mtt->tr_addr; in tavor_mr_fast_mtt_write()
2471 ddi_put64(mtt->tr_acchdl, &mtt_table[i], mtt_entry); in tavor_mr_fast_mtt_write()