Lines Matching refs:state
32 * State machine for state 1, Awaiting Call Accepted State.
34 * Handling of state 0 and connection release is in af_rose.c.
49 rose->state = ROSE_STATE_3;
69 * State machine for state 2, Awaiting Clear Confirmation State.
71 * Handling of state 0 and connection release is in af_rose.c.
97 * State machine for state 3, Connected State.
99 * Handling of state 0 and connection release is in af_rose.c.
134 rose->state = ROSE_STATE_4;
156 rose->state = ROSE_STATE_4;
176 rose->state = ROSE_STATE_4;
200 printk(KERN_WARNING "ROSE: unknown %02X in state 3\n", frametype);
208 * State machine for state 4, Awaiting Reset Confirmation State.
210 * Handling of state 0 and connection release is in af_rose.c.
228 rose->state = ROSE_STATE_3;
246 * State machine for state 5, Awaiting Call Acceptance State.
248 * Handling of state 0 and connection release is in af_rose.c.
267 if (rose->state == ROSE_STATE_0)
272 switch (rose->state) {