Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c140 ISOTP_IDLE = 0, enumerator
245 return state == ISOTP_IDLE || state == ISOTP_SHUTDOWN || in isotp_tx_gen_done()
280 WRITE_ONCE(so->rx.state, ISOTP_IDLE); in isotp_rx_timer_handler()
469 smp_store_release(&so->tx.state, ISOTP_IDLE); in isotp_rcv_fc()
532 smp_store_release(&so->tx.state, ISOTP_IDLE); in isotp_rcv_fc()
545 WRITE_ONCE(so->rx.state, ISOTP_IDLE); in isotp_rcv_sf()
579 WRITE_ONCE(so->rx.state, ISOTP_IDLE); in isotp_rcv_ff()
689 WRITE_ONCE(so->rx.state, ISOTP_IDLE); in isotp_rcv_cf()
703 WRITE_ONCE(so->rx.state, ISOTP_IDLE); in isotp_rcv_cf()
774 if ((READ_ONCE(so->tx.state) != ISOTP_IDLE && in isotp_rcv()
[all …]