Home
last modified time | relevance | path

Searched refs:swrc_tmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h175 #define TAVOR_MTT_REFCNT_INIT(swrc_tmp) ((swrc_tmp)->swrc_refcnt = 1) argument
176 #define TAVOR_MTT_IS_NOT_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt == 1) argument
177 #define TAVOR_MTT_IS_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt != 1) argument
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h125 #define HERMON_MTT_REFCNT_INIT(swrc_tmp) ((swrc_tmp)->swrc_refcnt = 1) argument
126 #define HERMON_MTT_IS_NOT_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt == 1) argument
127 #define HERMON_MTT_IS_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt != 1) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1474 hermon_sw_refcnt_t *swrc_tmp; in hermon_mr_common_reg() local
1676 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr; in hermon_mr_common_reg()
1677 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp)) in hermon_mr_common_reg()
1678 HERMON_MTT_REFCNT_INIT(swrc_tmp); in hermon_mr_common_reg()
2023 hermon_sw_refcnt_t *swrc_tmp; in hermon_mr_alloc_lkey() local
2089 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr; in hermon_mr_alloc_lkey()
2090 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp)) in hermon_mr_alloc_lkey()
2091 HERMON_MTT_REFCNT_INIT(swrc_tmp); in hermon_mr_alloc_lkey()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c1019 tavor_sw_refcnt_t *swrc_tmp; in tavor_mr_common_reg() local
1218 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr; in tavor_mr_common_reg()
1219 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp)) in tavor_mr_common_reg()
1220 TAVOR_MTT_REFCNT_INIT(swrc_tmp); in tavor_mr_common_reg()