Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c115 ISOTP_IDLE = 0, enumerator
177 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
347 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
403 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
416 so->rx.state = ISOTP_IDLE; in isotp_rcv_sf()
450 so->rx.state = ISOTP_IDLE; in isotp_rcv_ff()
544 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
558 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
629 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
630 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
[all …]