Searched refs:mtt_refcnt (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 748 hermon_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; in hermon_mr_deregister() local 778 mtt_refcnt = mr->mr_mttrefcntp; in hermon_mr_deregister() 878 if (mtt_refcnt != NULL) { in hermon_mr_deregister() 886 shared_mtt = hermon_mtt_refcnt_dec(mtt_refcnt); in hermon_mr_deregister() 888 hermon_rsrc_free(state, &mtt_refcnt); in hermon_mr_deregister() 1472 hermon_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; in hermon_mr_common_reg() local 1670 &mtt_refcnt); in hermon_mr_common_reg() 1675 mr->mr_mttrefcntp = mtt_refcnt; in hermon_mr_common_reg() 1676 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr; in hermon_mr_common_reg() 1792 hermon_rsrc_free(state, &mtt_refcnt); in hermon_mr_common_reg() [all …]
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 479 tavor_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; in tavor_mr_deregister() local 515 mtt_refcnt = mr->mr_mttrefcntp; in tavor_mr_deregister() 600 if (mtt_refcnt != NULL) { in tavor_mr_deregister() 608 shared_mtt = tavor_mtt_refcnt_dec(mtt_refcnt); in tavor_mr_deregister() 610 tavor_rsrc_free(state, &mtt_refcnt); in tavor_mr_deregister() 1144 tavor_rsrc_t *mpt, *mtt, *rsrc, *mtt_refcnt; in tavor_mr_common_reg() local 1359 &mtt_refcnt); in tavor_mr_common_reg() 1365 mr->mr_mttrefcntp = mtt_refcnt; in tavor_mr_common_reg() 1366 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr; in tavor_mr_common_reg() 1453 tavor_rsrc_free(state, &mtt_refcnt); in tavor_mr_common_reg() [all …]
|