Home
last modified time | relevance | path

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

/openbmc/linux/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()