Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c383 hermon_rsrc_t mtt_hdl; /* temporary, just for icm_confirm */ in hermon_rsrc_fexch_alloc() local
437 mtt_hdl.hr_len = num << mtt_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
438 mtt_hdl.hr_addr = NULL; in hermon_rsrc_fexch_alloc()
439 mtt_hdl.hr_indx = fcoib->hfc_mtt_base[portm1] + in hermon_rsrc_fexch_alloc()
443 status = hermon_rsrc_hw_entry_icm_confirm(mtt_pool, num, &mtt_hdl, 0); in hermon_rsrc_fexch_alloc()