Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c2446 uint64_t mtt_entry; in tavor_mr_fast_mtt_write() local
2470 mtt_entry = addr | TAVOR_MTT_ENTRY_PRESET; in tavor_mr_fast_mtt_write()
2471 ddi_put64(mtt->tr_acchdl, &mtt_table[i], mtt_entry); in tavor_mr_fast_mtt_write()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c3249 uint64_t mtt_entry; in hermon_mr_fast_mtt_write() local
3295 mtt_entry = addr | HERMON_MTT_ENTRY_PRESENT; in hermon_mr_fast_mtt_write()
3296 mtt_table[i] = htonll(mtt_entry); in hermon_mr_fast_mtt_write()