Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Disotp.c133 ISOTP_SENDING, enumerator
414 so->tx.state = ISOTP_SENDING; in isotp_rcv_fc()
929 if (so->tx.state == ISOTP_SENDING && !so->cfecho) in isotp_txfr_timer_handler()
951 while (cmpxchg(&so->tx.state, ISOTP_IDLE, ISOTP_SENDING) != ISOTP_IDLE) { in isotp_sendmsg()