Searched refs:CAN_MAX_DLEN (Results 1 – 11 of 11) sorted by relevance
87 #define CAN_MAX_DLEN 8 macro110 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8)));
214 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc()215 ncf->len = CAN_MAX_DLEN; in isotp_send_fc()288 if (cf->len <= CAN_MAX_DLEN) in check_optimized()476 off = (so->rx.ll_dl > CAN_MAX_DLEN) ? 1 : 0; in isotp_rcv_ff()651 if (cf->len <= CAN_MAX_DLEN) { in isotp_rcv()701 } else if (cf->len > CAN_MAX_DLEN) { in isotp_fill_dataframe()894 off = (so->tx.ll_dl > CAN_MAX_DLEN) ? 1 : 0; in isotp_sendmsg()941 if (size <= CAN_MAX_DLEN - SF_PCI_SZ4 - ae) in isotp_sendmsg()1294 (ll.tx_dl > CAN_MAX_DLEN || ll.tx_flags != 0)) in isotp_setsockopt_locked()
208 if (unlikely(cfd->len > CAN_MAX_DLEN)) in can_send()222 if (unlikely(skb->len > skb->dev->mtu && cfd->len > CAN_MAX_DLEN)) { in can_send()690 if (unlikely(cfd->len > CAN_MAX_DLEN)) { in can_rcv()
229 s8 dlen = CAN_MAX_DLEN; in cgw_chk_csum_parms()
164 #define CAN_ISOTP_DEFAULT_LL_TX_DL CAN_MAX_DLEN
148 cfd->len > CAN_MAX_DLEN)) in can_dropped_invalid_skb()
736 (sizeof(*msg) + CAN_MAX_DLEN)); in peak_canfd_start_xmit()
211 u8 data[CAN_MAX_DLEN]; /* Data of CAN frames */
1680 priv->mb_size = sizeof(struct flexcan_mb) + CAN_MAX_DLEN; in flexcan_open()