Searched refs:CAN_MAX_DLEN (Results 1 – 9 of 9) sorted by relevance
87 #define CAN_MAX_DLEN 8 macro110 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8)));
151 #define CAN_ISOTP_DEFAULT_LL_TX_DL CAN_MAX_DLEN
205 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc()206 ncf->len = CAN_MAX_DLEN; in isotp_send_fc()280 if (cf->len <= CAN_MAX_DLEN) in check_optimized()468 off = (so->rx.ll_dl > CAN_MAX_DLEN) ? 1 : 0; in isotp_rcv_ff()637 if (cf->len <= CAN_MAX_DLEN) { in isotp_rcv()684 } else if (cf->len > CAN_MAX_DLEN) { in isotp_fill_dataframe()895 off = (so->tx.ll_dl > CAN_MAX_DLEN) ? 1 : 0; in isotp_sendmsg()908 if (size <= CAN_MAX_DLEN - SF_PCI_SZ4 - ae) in isotp_sendmsg()1214 if (ll.mtu == CAN_MTU && ll.tx_dl > CAN_MAX_DLEN) in isotp_setsockopt()
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()
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 */
1672 priv->mb_size = sizeof(struct flexcan_mb) + CAN_MAX_DLEN; in flexcan_open()