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

/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2351 ushort_t c_inprogress; /* protected by c_mutex */ member in struct:idn_chaninfo
2483 #define IDN_CHAN_SEND_INPROGRESS(csp) ((csp)->ch_send.c_inprogress++)
2486 ASSERT((csp)->ch_send.c_inprogress > 0); \
2487 if ((--((csp)->ch_send.c_inprogress) == 0) && \
2491 #define IDN_CHAN_RECV_INPROGRESS(csp) ((csp)->ch_recv.c_inprogress++)
2494 ASSERT((csp)->ch_recv.c_inprogress > 0); \
2495 if ((--((csp)->ch_recv.c_inprogress) == 0) && \

Completed in 62 milliseconds