Symbol: hermon_sw_refcnt_t
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1473
hermon_sw_refcnt_t *swrc_tmp;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1675
swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2022
hermon_sw_refcnt_t *swrc_tmp;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2088
swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2700
hermon_sw_refcnt_t *swrc_old, *swrc_new;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2768
swrc_old = (hermon_sw_refcnt_t *)mr->mr_mttrefcntp->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2990
swrc_new = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
3403
hermon_sw_refcnt_t *rc;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
3405
rc = (hermon_sw_refcnt_t *)rsrc->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
3417
hermon_sw_refcnt_t *rc;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
3419
rc = (hermon_sw_refcnt_t *)rsrc->hr_addr;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
1117
rsrc_pool->rsrc_quantum = sizeof (hermon_sw_refcnt_t);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2554
hermon_sw_refcnt_t *refcnt;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2557
refcnt = (hermon_sw_refcnt_t *)rc;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2575
hermon_sw_refcnt_t *refcnt;
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2577
refcnt = (hermon_sw_refcnt_t *)rc;
usr/src/uts/common/sys/ib/adapters/hermon/hermon_mr.h
122
_NOTE(DATA_READABLE_WITHOUT_LOCK(hermon_sw_refcnt_t::swrc_refcnt))
usr/src/uts/common/sys/ib/adapters/hermon/hermon_mr.h
123
_NOTE(MUTEX_PROTECTS_DATA(hermon_sw_refcnt_t::swrc_lock,
usr/src/uts/common/sys/ib/adapters/hermon/hermon_mr.h
124
hermon_sw_refcnt_t::swrc_refcnt))