Searched refs:swrc_tmp (Results 1 – 4 of 4) sorted by relevance
175 #define TAVOR_MTT_REFCNT_INIT(swrc_tmp) ((swrc_tmp)->swrc_refcnt = 1) argument176 #define TAVOR_MTT_IS_NOT_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt == 1) argument177 #define TAVOR_MTT_IS_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt != 1) argument
125 #define HERMON_MTT_REFCNT_INIT(swrc_tmp) ((swrc_tmp)->swrc_refcnt = 1) argument126 #define HERMON_MTT_IS_NOT_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt == 1) argument127 #define HERMON_MTT_IS_SHARED(swrc_tmp) ((swrc_tmp)->swrc_refcnt != 1) argument
1474 hermon_sw_refcnt_t *swrc_tmp; in hermon_mr_common_reg() local1676 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() local2089 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()
1146 tavor_sw_refcnt_t *swrc_tmp; in tavor_mr_common_reg() local1366 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr; in tavor_mr_common_reg()1367 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp)) in tavor_mr_common_reg()1368 TAVOR_MTT_REFCNT_INIT(swrc_tmp); in tavor_mr_common_reg()