Home
last modified time | relevance | path

Searched refs:n_pci_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/can/
H A Disotp.c625 u8 n_pci_type, sf_dl; in isotp_rcv() local
639 n_pci_type = cf->data[ae] & 0xF0; in isotp_rcv()
649 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
650 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
654 switch (n_pci_type) { in isotp_rcv()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c648 u8 n_pci_type, sf_dl; in isotp_rcv() local
662 n_pci_type = cf->data[ae] & 0xF0; in isotp_rcv()
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()
677 switch (n_pci_type) { in isotp_rcv()

Completed in 7 milliseconds