Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtimod.c201 #define WAIT_CONNRESACK 0x2000 /* waiting for T_OK_ACK to T_CONN_RES */ macro
789 if ((tp->tim_flags & WAIT_CONNRESACK) && in timodrproc()
792 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
816 if ((tp->tim_flags & WAIT_CONNRESACK) && in timodrproc()
877 ~(WAIT_CONNRESACK | WAITIOCACK); in timodrproc()
2072 tp->tim_flags |= WAIT_CONNRESACK | WAITIOCACK; in timodwproc()