Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c399 mr->mr_lkey = hermon_mr_key_swap(mr->mr_lkey); in hermon_mr_register_shared()
400 mr->mr_rkey = hermon_mr_key_swap(mr->mr_rkey); in hermon_mr_register_shared()
617 mr->mr_lkey = hermon_mr_key_swap(mr->mr_lkey); in hermon_mr_alloc_fmr()
618 mr->mr_rkey = hermon_mr_key_swap(mr->mr_rkey); in hermon_mr_alloc_fmr()
1329 mw->mr_rkey = hermon_mr_key_swap(mw->mr_rkey); in hermon_mw_alloc()
1451 hermon_mr_key_swap(uint32_t indx) in hermon_mr_key_swap() function
1749 mr, hermon_mr_key_swap(mr->mr_rkey)); in hermon_mr_common_reg()
1770 mr->mr_lkey = hermon_mr_key_swap(mr->mr_lkey); in hermon_mr_common_reg()
2148 mr->mr_lkey = hermon_mr_key_swap(mr->mr_lkey); in hermon_mr_alloc_lkey()
2674 mr->mr_lkey = hermon_mr_key_swap(mr->mr_lkey); in hermon_mr_common_rereg()
[all …]
H A Dhermon_wr.c2199 new_rkey = hermon_mr_key_swap(new_rkey); in hermon_wr_bind_check()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h322 uint32_t hermon_mr_key_swap(uint32_t indx);