Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
H A Disotp.c100 #define SF_PCI_SZ4 1 /* size of SingleFrame PCI including 4 bit SF_DL */ macro
672 isotp_rcv_sf(sk, cf, SF_PCI_SZ4 + ae, skb, sf_dl); in isotp_rcv()
685 cf->data[SF_PCI_SZ4 + ae]); in isotp_rcv()
952 (size > so->tx.ll_dl - SF_PCI_SZ4 - ae - off)) { in isotp_sendmsg()
989 if (size <= so->tx.ll_dl - SF_PCI_SZ4 - ae - off) { in isotp_sendmsg()
999 if (size <= CAN_MAX_DLEN - SF_PCI_SZ4 - ae) in isotp_sendmsg()
1009 cf->data[SF_PCI_SZ4 + ae] = size; in isotp_sendmsg()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c111 #define SF_PCI_SZ4 1 /* size of SingleFrame PCI including 4 bit SF_DL */ macro
695 isotp_rcv_sf(sk, cf, SF_PCI_SZ4 + ae, skb, sf_dl); in isotp_rcv()
708 cf->data[SF_PCI_SZ4 + ae]); in isotp_rcv()
985 (size > so->tx.ll_dl - SF_PCI_SZ4 - ae - off)) { in isotp_sendmsg()
1022 if (size <= so->tx.ll_dl - SF_PCI_SZ4 - ae - off) { in isotp_sendmsg()
1032 if (size <= CAN_MAX_DLEN - SF_PCI_SZ4 - ae) in isotp_sendmsg()
1042 cf->data[SF_PCI_SZ4 + ae] = size; in isotp_sendmsg()

Completed in 5 milliseconds