Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c100 #define N_PCI_SZ 1 /* size of the PCI byte #1 */ macro
533 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ) in isotp_rcv_cf()
550 for (i = ae + N_PCI_SZ; i < cf->len; i++) { in isotp_rcv_cf()
688 int pcilen = N_PCI_SZ + ae + off; in isotp_fill_dataframe()