Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
H A Disotp.c95 #define N_PCI_FF 0x10 /* first frame */ macro
690 case N_PCI_FF: in isotp_rcv()
807 cf->data[ae] = N_PCI_FF; in isotp_create_fframe()
816 cf->data[ae] = (u8)(so->tx.len >> 8) | N_PCI_FF; in isotp_create_fframe()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c106 #define N_PCI_FF 0x10 /* first frame */ macro
713 case N_PCI_FF: in isotp_rcv()
830 cf->data[ae] = N_PCI_FF; in isotp_create_fframe()
839 cf->data[ae] = (u8)(so->tx.len >> 8) | N_PCI_FF; in isotp_create_fframe()

Completed in 5 milliseconds