Home
last modified time | relevance | path

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

/openbmc/linux/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()