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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h176 * the "hs_in_evcallb" flag, as necessary, to indicate that an IBTF
182 * and to poll on the "hs_in_evcallb" flag. When this flag is zero, all
190 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->hs_in_evcallb)) \
191 (state)->hs_in_evcallb = 1; \
193 (state)->hs_in_evcallb = 0;
196 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->hs_in_evcallb)) \
197 (state)->hs_in_evcallb = 1; \
199 (state)->hs_in_evcallb = 0;
206 while (((state)->hs_in_evcallb != 0) && \
578 volatile uint32_t hs_in_evcallb; member in struct:hermon_state_s
[all...]

Completed in 65 milliseconds