Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c98 #define N_PCI_FC 0x30 /* flow control */ macro
220 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
629 if ((so->tx.state != ISOTP_IDLE && n_pci_type != N_PCI_FC) || in isotp_rcv()
630 (so->rx.state != ISOTP_IDLE && n_pci_type == N_PCI_FC)) in isotp_rcv()
635 case N_PCI_FC: in isotp_rcv()