Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Disotp.c129 ISOTP_IDLE = 0, enumerator
206 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
379 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
436 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
449 so->rx.state = ISOTP_IDLE; in isotp_rcv_sf()
483 so->rx.state = ISOTP_IDLE; in isotp_rcv_ff()
587 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
601 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
672 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
673 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
[all …]