Lines Matching defs:ISOTP_IDLE
118 ISOTP_IDLE = 0,
193 so->rx.state = ISOTP_IDLE;
366 so->tx.state = ISOTP_IDLE;
423 so->tx.state = ISOTP_IDLE;
436 so->rx.state = ISOTP_IDLE;
470 so->rx.state = ISOTP_IDLE;
564 so->rx.state = ISOTP_IDLE;
578 so->rx.state = ISOTP_IDLE;
649 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) ||
650 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC))
846 so->tx.state = ISOTP_IDLE;
879 if (so->tx.state == ISOTP_IDLE || so->tx.state == ISOTP_SHUTDOWN)
890 so->tx.state = ISOTP_IDLE;
928 while (cmpxchg(&so->tx.state, ISOTP_IDLE, ISOTP_SENDING) != ISOTP_IDLE) {
937 err = wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE);
1069 err = wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE);
1082 so->tx.state = ISOTP_IDLE;
1087 so->tx.state = ISOTP_IDLE;
1152 while (wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE) == 0 &&
1153 cmpxchg(&so->tx.state, ISOTP_IDLE, ISOTP_SHUTDOWN) != ISOTP_IDLE)
1158 so->rx.state = ISOTP_IDLE;
1590 so->rx.state = ISOTP_IDLE;
1591 so->tx.state = ISOTP_IDLE;
1619 if ((mask & EPOLLWRNORM) && (so->tx.state != ISOTP_IDLE))