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()
387 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
445 so->tx.state = ISOTP_IDLE; in isotp_rcv_fc()
458 so->rx.state = ISOTP_IDLE; in isotp_rcv_sf()
492 so->rx.state = ISOTP_IDLE; in isotp_rcv_ff()
596 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
610 so->rx.state = ISOTP_IDLE; in isotp_rcv_cf()
681 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
682 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
[all …]