Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c650 u8 n_pci_type, sf_dl; in isotp_rcv() local
664 n_pci_type = cf->data[ae] & 0xF0; in isotp_rcv()
674 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
675 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
679 switch (n_pci_type) { in isotp_rcv()