Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c382 hermon_rsrc_t mpt_hdl; /* temporary, just for icm_confirm */ in hermon_rsrc_fexch_alloc() local
421 mpt_hdl.hr_len = num << mpt_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
422 mpt_hdl.hr_addr = NULL; in hermon_rsrc_fexch_alloc()
423 mpt_hdl.hr_indx = fcoib->hfc_mpt_base[portm1] + in hermon_rsrc_fexch_alloc()
426 status = hermon_rsrc_hw_entry_icm_confirm(mpt_pool, num, &mpt_hdl, 0); in hermon_rsrc_fexch_alloc()