Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c133 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_qp_alloc()
308 (rdb->tr_indx << TAVOR_RDB_SIZE_SHIFT); in tavor_qp_alloc()
584 ASSERT(state->ts_qphdl[qpc->tr_indx] == NULL); in tavor_qp_alloc()
585 state->ts_qphdl[qpc->tr_indx] = qp; in tavor_qp_alloc()
795 qp->qp_qpnum = qpc->tr_indx + port; in tavor_special_qp_alloc()
1008 ASSERT(state->ts_qphdl[qpc->tr_indx + port] == NULL); in tavor_special_qp_alloc()
1009 state->ts_qphdl[qpc->tr_indx + port] = qp; in tavor_special_qp_alloc()
1167 state->ts_qphdl[qpc->tr_indx + port] = NULL; in tavor_qp_free()
1169 state->ts_qphdl[qpc->tr_indx] = NULL; in tavor_qp_free()
1553 query.qpn_indx = qpc->tr_indx; in tavor_qp_create_qpn()
[all …]
H A Dtavor_mr.c270 tavor_mr_keycalc(state, mpt->tr_indx, &mr->mr_lkey); in tavor_mr_register_shared()
391 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_mr_register_shared()
402 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mr_register_shared()
551 NULL, 0, mpt->tr_indx, sleep); in tavor_mr_deregister()
972 tavor_mr_keycalc(state, mpt->tr_indx, &mw->mr_rkey); in tavor_mw_alloc()
993 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mw_alloc()
1080 0, mpt->tr_indx, sleep); in tavor_mw_free()
1273 tavor_mr_keycalc(state, mpt->tr_indx, &mr->mr_lkey); in tavor_mr_common_reg()
1396 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_mr_common_reg()
1407 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mr_common_reg()
[all …]
H A Dtavor_srq.c123 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_srq_alloc()
148 srq->srq_srqnum = srqc->tr_indx; /* just use index */ in tavor_srq_alloc()
417 ASSERT(state->ts_srqhdl[srqc->tr_indx] == NULL); in tavor_srq_alloc()
418 state->ts_srqhdl[srqc->tr_indx] = srq; in tavor_srq_alloc()
560 state->ts_srqhdl[srqc->tr_indx] = NULL; in tavor_srq_free()
816 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_srq_modify()
861 status = tavor_modify_mpt_cmd_post(state, &mpt_entry, mpt->tr_indx, in tavor_srq_modify()
H A Dtavor_cq.c103 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_cq_alloc()
143 cq->cq_cqnum = cqc->tr_indx; in tavor_cq_alloc()
338 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL); in tavor_cq_alloc()
339 state->ts_cqhdl[cqc->tr_indx] = cq; in tavor_cq_alloc()
476 state->ts_cqhdl[cqc->tr_indx] = NULL; in tavor_cq_free()
1391 qp1_indx = state->ts_spec_qp1->tr_indx; in tavor_cq_cqe_consume()
H A Dtavor_misc.c854 newmcg = &state->ts_mcghdl[rsrc->tr_indx]; in tavor_mcg_attach()
888 status = tavor_write_mgm_cmd_post(state, mcg_entry, rsrc->tr_indx, in tavor_mcg_attach()
899 tnf_uint, indx, rsrc->tr_indx); in tavor_mcg_attach()
943 mcg_entry->next_gid_indx = rsrc->tr_indx; in tavor_mcg_attach()
960 mcg->mcg_next_indx = rsrc->tr_indx; in tavor_mcg_attach()
H A Dtavor.c323 uint_t tr_indx; in tavor_open() local
393 tr_indx = state->ts_open_tr_indx++; in tavor_open()
407 tr_indx = rsrcp->tr_indx; in tavor_open()
433 dev = makedevice(getmajor(*devp), (tr_indx << in tavor_open()
467 dev = makedevice(getmajor(*devp), (rsrcp->tr_indx << in tavor_open()
H A Dtavor_event.c1056 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc()
1075 eq->eq_eqnum = eqc->tr_indx; in tavor_eq_alloc()
H A Dtavor_rsrc.c2407 hdl->tr_indx = (offset >> pool_info->rsrc_shift); in tavor_rsrc_hw_entry_alloc()
2533 hdl->tr_indx = addr->pd_pdnum; in tavor_rsrc_pdhdl_alloc()
2553 vmem_free(pool_info->rsrc_vmp, (void *)(uintptr_t)hdl->tr_indx, 1); in tavor_rsrc_pdhdl_free()
H A Dtavor_umap.c256 &tavor_devmap_devmem_cbops, TAVOR_UAR_BAR, (rsrcp->tr_indx << in tavor_umap_uarpg()
H A Dtavor_wr.c2311 tavor_mr_keycalc(state, mpt->tr_indx, &new_rkey); in tavor_wr_bind_check()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h324 uint32_t tr_indx; member