Searched defs:mtt_refcnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c479 tavor_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; local
515 mtt_refcnt = mr->mr_mttrefcntp;
599 /* mtt_refcnt is NULL in the case of tavor_dma_mr_register() */
600 if (mtt_refcnt != NULL) {
608 shared_mtt = tavor_mtt_refcnt_dec(mtt_refcnt);
610 tavor_rsrc_free(state, &mtt_refcnt);
1144 tavor_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; local
1359 &mtt_refcnt);
1365 mr->mr_mttrefcntp = mtt_refcnt;
1366 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt
2116 tavor_rsrc_t *mtt, *mtt_refcnt; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c748 hermon_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; local
778 mtt_refcnt = mr->mr_mttrefcntp;
877 /* mtt_refcnt is NULL in the case of hermon_dma_mr_register() */
878 if (mtt_refcnt != NULL) {
886 shared_mtt = hermon_mtt_refcnt_dec(mtt_refcnt);
888 hermon_rsrc_free(state, &mtt_refcnt);
1472 hermon_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; local
1670 &mtt_refcnt);
1675 mr->mr_mttrefcntp = mtt_refcnt;
1676 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt
2022 hermon_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; local
2700 hermon_rsrc_t *mtt, *mtt_refcnt; local
[all...]

Completed in 62 milliseconds