Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h321 uint32_t hermon_mr_keycalc(uint32_t indx);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c258 mr->mr_rkey = mr->mr_lkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mr_register_shared()
1288 mw->mr_rkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mw_alloc()
1420 hermon_mr_keycalc(uint32_t indx) in hermon_mr_keycalc() function
1594 mr->mr_rkey = mr->mr_lkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mr_common_reg()
1913 mr->mr_rkey = mr->mr_lkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_dma_mr_register()
2066 mr->mr_lkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mr_alloc_lkey()
2591 mr->mr_lkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_mr_common_rereg()
H A Dhermon_wr.c2198 new_rkey = hermon_mr_keycalc(mpt->hr_indx); in hermon_wr_bind_check()