Home
last modified time | relevance | path

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

/Linux-v6.1/net/can/
Disotp.c118 ISOTP_IDLE = 0, enumerator
198 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
371 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
428 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
441 so->rx.state = ISOTP_IDLE; in isotp_rcv_sf()
475 so->rx.state = ISOTP_IDLE; in isotp_rcv_ff()
569 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
583 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
654 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
655 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
[all …]