Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c131 ISOTP_IDLE = 0, enumerator
208 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
386 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
444 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
457 so->rx.state = ISOTP_IDLE; in isotp_rcv_sf()
491 so->rx.state = ISOTP_IDLE; in isotp_rcv_ff()
595 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
609 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
680 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
681 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
[all …]