Searched refs:TS_READY (Results 1 – 2 of 2) sorted by relevance
83 #define TS_READY (TS_OPEN | TS_LINK_READY) macro85 #define TS_VREADY (TS_READY | TS_VER_DONE)87 #define TS_UP (TS_READY | TS_VER_DONE | TS_HSHAKE_DONE)
1903 case TS_READY: in i_ldc_ctrlmsg()3422 if (ldcp->mode == LDC_MODE_RAW && ldcp->tstate >= TS_READY) { in ldc_up()