Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c201 #define WAIT_CONNRESACK 0x2000 /* waiting for T_OK_ACK to T_CONN_RES */ macro
791 if ((tp->tim_flags & WAIT_CONNRESACK) && in timodrproc()
794 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
818 if ((tp->tim_flags & WAIT_CONNRESACK) && in timodrproc()
879 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
2076 tp->tim_flags |= WAIT_CONNRESACK | WAITIOCACK; in timodwproc()