Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c409 hdl->hr_len = num << qpc_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
421 mpt_hdl.hr_len = num << mpt_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
437 mtt_hdl.hr_len = num << mtt_pool->rsrc_shift; in hermon_rsrc_fexch_alloc()
506 hdl->hr_len = num << qpc_pool->rsrc_shift; in hermon_rsrc_rfci_alloc()
1867 hdl->hr_len = (uint32_t)real_len; in hermon_rsrc_mbox_alloc()
1914 hdl->hr_len = (num << pool_info->rsrc_shift); in hermon_rsrc_hw_entry_alloc()
1976 hdl->hr_len = (num << pool_info->rsrc_shift); in hermon_rsrc_hw_entry_reserve()
2080 type, num, hdl->hr_len, index1, index2); in hermon_rsrc_hw_entry_icm_confirm()
2231 num = hdl->hr_len >> pool_info->rsrc_shift; in hermon_rsrc_hw_entry_icm_free()
2236 type, num, hdl->hr_len, index1, index2); in hermon_rsrc_hw_entry_icm_free()
[all …]
H A Dhermon_mr.c628 mpt->hr_addr = (void *)((uintptr_t)(dma_info->vaddr + i * mpt->hr_len)); in hermon_mr_alloc_fmr()
2746 nummtt_in_currrsrc = mr->mr_mttrsrcp->hr_len >> HERMON_MTT_SIZE_SHIFT; in hermon_mr_rereg_xlat_helper()
H A Dhermon_cmd.c774 rsrc->hr_addr, rsrc->hr_len, in hermon_impl_mboxlist_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h358 uint32_t hr_len; member