Searched refs:c_inprogress (Results 1 - 2 of 2) 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) && \
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c11138 if ((csend->c_inprogress || crecv->c_inprogress) &&
11173 if (csend->c_inprogress || crecv->c_inprogress)
11215 while (csend->c_inprogress) {
11217 while (csend->c_inprogress) {
11232 if (crecv->c_inprogress) {
11234 while (crecv->c_inprogress) {
11242 } while (csend->c_inprogress);
12097 if (csp->ch_recv.c_inprogress) {
[all...]

Completed in 80 milliseconds