Searched refs:tr_addr (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 127 ah = (tavor_ahhdl_t)rsrc->tr_addr; in tavor_ah_alloc() 162 mr_attr.mr_vaddr = (uint64_t)(uintptr_t)udav->tr_addr; in tavor_ah_alloc() 191 ddi_put64(udav->tr_acchdl, ((uint64_t *)udav->tr_addr + i), in tavor_ah_alloc() 195 ddi_put64(udav->tr_acchdl, (uint64_t *)udav->tr_addr, data); in tavor_ah_alloc() 221 tavor_udav_sync(ah, udav->tr_addr, DDI_DMA_SYNC_FORDEV); in tavor_ah_alloc() 289 ddi_put64(udav->tr_acchdl, (uint64_t *)udav->tr_addr, 0); in tavor_ah_free() 292 tavor_udav_sync(ah, udav->tr_addr, DDI_DMA_SYNC_FORDEV); in tavor_ah_free() 347 ((uint64_t *)udav->tr_addr + i)); in tavor_ah_query() 438 udav_pd = ddi_get32(udav->tr_acchdl, (uint32_t *)udav->tr_addr); in tavor_ah_modify() 440 ddi_put32(udav->tr_acchdl, (uint32_t *)udav->tr_addr, 0); in tavor_ah_modify() [all …]
|
H A D | tavor_umap.c | 289 cq = (tavor_cqhdl_t)rsrcp->tr_addr; in tavor_umap_cqmem() 330 qp = (tavor_qphdl_t)rsrcp->tr_addr; in tavor_umap_qpmem() 378 srq = (tavor_srqhdl_t)rsrcp->tr_addr; in tavor_umap_srqmem() 747 cq = (tavor_cqhdl_t)rsrcp->tr_addr; in tavor_devmap_umem_unmap() 770 qp = (tavor_qphdl_t)rsrcp->tr_addr; in tavor_devmap_umem_unmap() 789 srq = (tavor_srqhdl_t)rsrcp->tr_addr; in tavor_devmap_umem_unmap() 1718 mr = (tavor_mrhdl_t)rsrcp->tr_addr; in tavor_umap_umemlock_cb()
|
H A D | tavor_mr.c | 241 mr = (tavor_mrhdl_t)rsrc->tr_addr; in tavor_mr_register_shared() 963 mw = (tavor_mwhdl_t)rsrc->tr_addr; in tavor_mw_alloc() 1244 mr = (tavor_mrhdl_t)rsrc->tr_addr; in tavor_mr_common_reg() 1366 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr; in tavor_mr_common_reg() 1542 mr = (tavor_mrhdl_t)rsrc->tr_addr; in tavor_dma_mr_register() 2190 swrc_old = (tavor_sw_refcnt_t *)mr->mr_mttrefcntp->tr_addr; in tavor_mr_rereg_xlat_helper() 2413 swrc_new = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr; in tavor_mr_rereg_xlat_helper() 2699 mtt_table = (uint64_t *)mtt->tr_addr; in tavor_mr_fast_mtt_write() 2752 rc = (tavor_sw_refcnt_t *)rsrc->tr_addr; in tavor_mtt_refcnt_inc() 2775 rc = (tavor_sw_refcnt_t *)rsrc->tr_addr; in tavor_mtt_refcnt_dec()
|
H A D | tavor_rsrc.c | 2285 hdl->tr_addr = (void *)(uintptr_t)(offset + in tavor_rsrc_mbox_alloc() 2303 hdl->tr_addr = (void *)kaddr; in tavor_rsrc_mbox_alloc() 2331 offset = ((uintptr_t)hdl->tr_addr - in tavor_rsrc_mbox_free() 2405 hdl->tr_addr = (void *)(uintptr_t)(offset + in tavor_rsrc_hw_entry_alloc() 2430 offset = ((uintptr_t)hdl->tr_addr - (uintptr_t)pool_info->rsrc_start); in tavor_rsrc_hw_entry_free() 2467 hdl->tr_addr = addr; in tavor_rsrc_swhdl_alloc() 2487 kmem_cache_free(pool_info->rsrc_private, hdl->tr_addr); in tavor_rsrc_swhdl_free() 2517 addr = (tavor_pdhdl_t)hdl->tr_addr; in tavor_rsrc_pdhdl_alloc()
|
H A D | tavor_qp.c | 252 qp = (tavor_qphdl_t)rsrc->tr_addr; in tavor_qp_alloc() 787 qp = (tavor_qphdl_t)rsrc->tr_addr; in tavor_special_qp_alloc()
|
H A D | tavor_srq.c | 145 srq = (tavor_srqhdl_t)rsrc->tr_addr; in tavor_srq_alloc()
|
H A D | tavor_cmd.c | 756 mblist->mbl_mbox[i].mb_addr = rsrc->tr_addr; in tavor_impl_mboxlist_init() 765 rsrc->tr_addr, rsrc->tr_len, (DDI_DMA_RDWR | flag), in tavor_impl_mboxlist_init()
|
H A D | tavor_wr.c | 1474 ((uint64_t *)ah->ah_udavrsrcp->tr_addr + i)); in tavor_wqe_mlx_build() 1752 ((uint64_t *)ah->ah_udavrsrcp->tr_addr + i)); in tavor_wqe_mlx_linknext()
|
H A D | tavor_cq.c | 138 cq = (tavor_cqhdl_t)rsrc->tr_addr; in tavor_cq_alloc()
|
H A D | tavor_event.c | 954 eq = (tavor_eqhdl_t)rsrc->tr_addr; in tavor_eq_alloc()
|
H A D | tavor.c | 2539 state->ts_uar = (tavor_hw_uar_t *)state->ts_uarpg1_rsrc->tr_addr; in tavor_internal_uarpgs_init()
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_rsrc.h | 322 void *tr_addr; member
|