Searched refs:tr_indx (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 128 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_qp_alloc() 276 (rdb->tr_indx << TAVOR_RDB_SIZE_SHIFT); in tavor_qp_alloc() 544 ASSERT(state->ts_qphdl[qpc->tr_indx] == NULL); in tavor_qp_alloc() 545 state->ts_qphdl[qpc->tr_indx] = qp; in tavor_qp_alloc() 732 qp->qp_qpnum = qpc->tr_indx + port; in tavor_special_qp_alloc() 937 ASSERT(state->ts_qphdl[qpc->tr_indx + port] == NULL); in tavor_special_qp_alloc() 938 state->ts_qphdl[qpc->tr_indx + port] = qp; in tavor_special_qp_alloc() 1083 state->ts_qphdl[qpc->tr_indx + port] = NULL; in tavor_qp_free() 1085 state->ts_qphdl[qpc->tr_indx] = NULL; in tavor_qp_free() 1448 query.qpn_indx = qpc->tr_indx; in tavor_qp_create_qpn() [all …]
|
H A D | tavor_mr.c | 243 tavor_mr_keycalc(state, mpt->tr_indx, &mr->mr_lkey); in tavor_mr_register_shared() 358 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_mr_register_shared() 369 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mr_register_shared() 501 NULL, 0, mpt->tr_indx, sleep); in tavor_mr_deregister() 866 tavor_mr_keycalc(state, mpt->tr_indx, &mw->mr_rkey); in tavor_mw_alloc() 887 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mw_alloc() 957 0, mpt->tr_indx, sleep); in tavor_mw_free() 1135 tavor_mr_keycalc(state, mpt->tr_indx, &mr->mr_lkey); in tavor_mr_common_reg() 1248 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_mr_common_reg() 1259 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mr_common_reg() [all …]
|
H A D | tavor_srq.c | 118 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_srq_alloc() 139 srq->srq_srqnum = srqc->tr_indx; /* just use index */ in tavor_srq_alloc() 390 ASSERT(state->ts_srqhdl[srqc->tr_indx] == NULL); in tavor_srq_alloc() 391 state->ts_srqhdl[srqc->tr_indx] = srq; in tavor_srq_alloc() 522 state->ts_srqhdl[srqc->tr_indx] = NULL; in tavor_srq_free() 757 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_srq_modify() 802 status = tavor_modify_mpt_cmd_post(state, &mpt_entry, mpt->tr_indx, in tavor_srq_modify()
|
H A D | tavor_cq.c | 98 uarpg = ((tavor_rsrc_t *)(uintptr_t)value)->tr_indx; in tavor_cq_alloc() 134 cq->cq_cqnum = cqc->tr_indx; in tavor_cq_alloc() 317 ASSERT(state->ts_cqhdl[cqc->tr_indx] == NULL); in tavor_cq_alloc() 318 state->ts_cqhdl[cqc->tr_indx] = cq; in tavor_cq_alloc() 444 state->ts_cqhdl[cqc->tr_indx] = NULL; in tavor_cq_free() 1284 qp1_indx = state->ts_spec_qp1->tr_indx; in tavor_cq_cqe_consume()
|
H A D | tavor.c | 279 uint_t tr_indx; in tavor_open() local 343 tr_indx = state->ts_open_tr_indx++; in tavor_open() 354 tr_indx = rsrcp->tr_indx; in tavor_open() 377 dev = makedevice(getmajor(*devp), (tr_indx << in tavor_open() 408 dev = makedevice(getmajor(*devp), (rsrcp->tr_indx << in tavor_open()
|
H A D | tavor_misc.c | 781 newmcg = &state->ts_mcghdl[rsrc->tr_indx]; in tavor_mcg_attach() 813 status = tavor_write_mgm_cmd_post(state, mcg_entry, rsrc->tr_indx, in tavor_mcg_attach() 860 mcg_entry->next_gid_indx = rsrc->tr_indx; in tavor_mcg_attach() 873 mcg->mcg_next_indx = rsrc->tr_indx; in tavor_mcg_attach()
|
H A D | tavor_event.c | 976 sizeof (tavor_hw_eqc_t), eqc->tr_indx, TAVOR_CMD_NOSLEEP_SPIN); in tavor_eq_alloc() 991 eq->eq_eqnum = eqc->tr_indx; in tavor_eq_alloc()
|
H A D | tavor_rsrc.c | 2230 hdl->tr_indx = (offset >> pool_info->rsrc_shift); in tavor_rsrc_hw_entry_alloc() 2334 hdl->tr_indx = addr->pd_pdnum; in tavor_rsrc_pdhdl_alloc() 2351 vmem_free(pool_info->rsrc_vmp, (void *)(uintptr_t)hdl->tr_indx, 1); in tavor_rsrc_pdhdl_free()
|
H A D | tavor_umap.c | 226 &tavor_devmap_devmem_cbops, TAVOR_UAR_BAR, (rsrcp->tr_indx << in tavor_umap_uarpg()
|
H A D | tavor_wr.c | 2158 tavor_mr_keycalc(state, mpt->tr_indx, &new_rkey); in tavor_wr_bind_check()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_rsrc.h | 324 uint32_t tr_indx; member
|