Home
last modified time | relevance | path

Searched refs:c_inprogress (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2351 ushort_t c_inprogress; /* protected by c_mutex */ member
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) && \
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c11138 if ((csend->c_inprogress || crecv->c_inprogress) && in idn_chan_action()
11173 if (csend->c_inprogress || crecv->c_inprogress) in idn_chan_action()
11215 while (csend->c_inprogress) { in idn_chan_action()
11217 while (csend->c_inprogress) { in idn_chan_action()
11232 if (crecv->c_inprogress) { in idn_chan_action()
11234 while (crecv->c_inprogress) { in idn_chan_action()
11242 } while (csend->c_inprogress); in idn_chan_action()
12097 if (csp->ch_recv.c_inprogress) { in idn_signal_data_server()
12567 csp->ch_recv.c_inprogress = 0; in idn_activate_channel_services()
12579 csp->ch_send.c_inprogress = 0; in idn_activate_channel_services()