Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c324 mtt = mr->mr_mttrsrcp; in hermon_mr_register_shared()
389 mr->mr_mttrsrcp = mtt; in hermon_mr_register_shared()
611 mr->mr_mttrsrcp = mtt; in hermon_mr_alloc_fmr()
777 mtt = mr->mr_mttrsrcp; in hermon_mr_deregister()
957 mtt = mr->mr_mttrsrcp; in hermon_mr_dealloc_fmr()
1761 mr->mr_mttrsrcp = mtt; in hermon_mr_common_reg()
2145 mr->mr_mttrsrcp = mtt; in hermon_mr_alloc_lkey()
2360 hermon_rsrc_t *mtt) in hermon_mr_mtt_unbind() argument
2934 sleep, &mtt); in hermon_mr_rereg_xlat_helper()
3275 rindx = mtt->hr_indx; in hermon_mr_fast_mtt_write()
[all …]
H A Dhermon_srq.c589 hermon_rsrc_t *mtt, *old_mtt; in hermon_srq_modify() local
698 status = hermon_mr_mtt_bind(state, &bind, new_srqinfo.qa_dmahdl, &mtt, in hermon_srq_modify()
730 mtt_addr = (mtt->hr_indx << HERMON_MTT_SIZE_SHIFT); in hermon_srq_modify()
791 (void) hermon_mr_mtt_unbind(state, &bind, mtt); in hermon_srq_modify()
814 srq->srq_mrhdl->mr_mttrsrcp = mtt; in hermon_srq_modify()
H A Dhermon_cmd.c2581 hermon_write_mtt_cmd_post(hermon_state_t *state, hermon_rsrc_t *mtt, in hermon_write_mtt_cmd_post() argument
2614 data = ((uint64_t *)mtt->hr_addr)[i]; in hermon_write_mtt_cmd_post()
3669 hermon_hw_mtt_t *mtt) in hermon_read_mtt_cmd_post() argument
3707 ((uint64_t *)(void *)mtt)[i] = data; in hermon_read_mtt_cmd_post()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c164 tavor_rsrc_t *mpt, *mtt, *rsrc; in tavor_mr_register_shared() local
312 mtt = mr->mr_mttrsrcp; in tavor_mr_register_shared()
382 mr->mr_mttrsrcp = mtt; in tavor_mr_register_shared()
464 mtt = mr->mr_mttrsrcp; in tavor_mr_deregister()
1272 mr->mr_mttrsrcp = mtt; in tavor_mr_common_reg()
1301 tavor_rsrc_free(state, &mtt); in tavor_mr_common_reg()
1582 tavor_rsrc_free(state, mtt); in tavor_mr_mtt_bind()
1596 tavor_rsrc_t *mtt) in tavor_mr_mtt_unbind() argument
1603 tavor_rsrc_free(state, &mtt); in tavor_mr_mtt_unbind()
2045 mtt = mr->mr_mttrsrcp; in tavor_mr_rereg_xlat_helper()
[all …]
H A Dtavor_srq.c599 tavor_rsrc_t *mtt, *mpt, *old_mtt; in tavor_srq_modify() local
721 status = tavor_mr_mtt_bind(state, &bind, new_srqinfo.qa_dmahdl, &mtt, in tavor_srq_modify()
757 mtt_addr = mtt_ddrbaseaddr + (mtt->tr_indx << TAVOR_MTT_SIZE_SHIFT); in tavor_srq_modify()
832 srq->srq_mrhdl->mr_mttrsrcp = mtt; in tavor_srq_modify()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h317 ddi_dma_handle_t bind_dmahdl, tavor_rsrc_t **mtt, uint_t *mtt_pgsz_bits);
319 tavor_rsrc_t *mtt);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h300 ddi_dma_handle_t bind_dmahdl, hermon_rsrc_t **mtt, uint_t *mtt_pgsz_bits,
303 hermon_rsrc_t *mtt);
H A Dhermon_cmd.h782 int hermon_write_mtt_cmd_post(hermon_state_t *state, hermon_rsrc_t *mtt,
865 hermon_hw_mtt_t *mtt);