Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c101 #define SF_PCI_SZ4 1 /* size of SingleFrame PCI including 4 bit SF_DL */ macro
652 isotp_rcv_sf(sk, cf, SF_PCI_SZ4 + ae, skb, sf_dl); in isotp_rcv()
665 cf->data[SF_PCI_SZ4 + ae]); in isotp_rcv()
898 (size > so->tx.ll_dl - SF_PCI_SZ4 - ae - off)) { in isotp_sendmsg()
931 if (size <= so->tx.ll_dl - SF_PCI_SZ4 - ae - off) { in isotp_sendmsg()
941 if (size <= CAN_MAX_DLEN - SF_PCI_SZ4 - ae) in isotp_sendmsg()
951 cf->data[SF_PCI_SZ4 + ae] = size; in isotp_sendmsg()