Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
H A Disotp.c99 #define N_PCI_SZ 1 /* size of the PCI byte #1 */ macro
553 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ) in isotp_rcv_cf()
570 for (i = ae + N_PCI_SZ; i < cf->len; i++) { in isotp_rcv_cf()
708 int pcilen = N_PCI_SZ + ae + off; in isotp_fill_dataframe()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c110 #define N_PCI_SZ 1 /* size of the PCI byte #1 */ macro
576 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ) in isotp_rcv_cf()
593 for (i = ae + N_PCI_SZ; i < cf->len; i++) { in isotp_rcv_cf()
731 int pcilen = N_PCI_SZ + ae + off; in isotp_fill_dataframe()

Completed in 5 milliseconds