Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
H A Disotp.c97 #define N_PCI_FC 0x30 /* flow control */ macro
236 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
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()
655 case N_PCI_FC: in isotp_rcv()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c108 #define N_PCI_FC 0x30 /* flow control */ macro
249 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
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()
678 case N_PCI_FC: in isotp_rcv()

Completed in 4 milliseconds