Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c237 uint32_t mpt_indx; in hermon_fcoib_fexch_mkey_init() local
248 mpt_indx = qp_indx + fcoib->hfc_mpt_base[port]; in hermon_fcoib_fexch_mkey_init()
253 status = hermon_mr_fexch_mpt_init(state, pd, mpt_indx, in hermon_fcoib_fexch_mkey_init()
269 uint32_t mpt_indx; in hermon_fcoib_fexch_mkey_fini() local
281 mpt_indx = qp_indx + fcoib->hfc_mpt_base[port]; in hermon_fcoib_fexch_mkey_fini()
283 status = hermon_mr_fexch_mpt_fini(state, pd, mpt_indx, sleep); in hermon_fcoib_fexch_mkey_fini()
H A Dhermon_mr.c2176 uint32_t mpt_indx, uint_t nummtt, uint64_t mtt_addr, uint_t sleep) in hermon_mr_fexch_mpt_init() argument
2193 mpt_entry.mem_key = mpt_indx; in hermon_mr_fexch_mpt_init()
2215 sizeof (hermon_hw_dmpt_t), mpt_indx, sleep); in hermon_mr_fexch_mpt_init()
2239 uint32_t mpt_indx, uint_t sleep) in hermon_mr_fexch_mpt_fini() argument
2244 NULL, 0, mpt_indx, sleep); in hermon_mr_fexch_mpt_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h332 uint32_t mpt_indx, uint_t nummtt, uint64_t mtt_addr, uint_t sleep);
334 uint32_t mpt_indx, uint_t sleep);