cfsiz             111 net/can/bcm.c  	int cfsiz;
cfsiz             271 net/can/bcm.c  	struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe;
cfsiz             283 net/can/bcm.c  	skb = alloc_skb(op->cfsiz + sizeof(struct can_skb_priv), gfp_any());
cfsiz             291 net/can/bcm.c  	skb_put_data(skb, cf, op->cfsiz);
cfsiz             320 net/can/bcm.c  	unsigned int datalen = head->nframes * op->cfsiz;
cfsiz             462 net/can/bcm.c  	memcpy(lastdata, rxdata, op->cfsiz);
cfsiz             505 net/can/bcm.c  	struct canfd_frame *cf = op->frames + op->cfsiz * index;
cfsiz             506 net/can/bcm.c  	struct canfd_frame *lcf = op->last_frames + op->cfsiz * index;
cfsiz             559 net/can/bcm.c  		memset(op->last_frames, 0, op->nframes * op->cfsiz);
cfsiz             581 net/can/bcm.c  	struct canfd_frame *lcf = op->last_frames + op->cfsiz * index;
cfsiz             643 net/can/bcm.c  	if (skb->len != op->cfsiz)
cfsiz             686 net/can/bcm.c  			     get_u64(op->frames + op->cfsiz * i, 0))) {
cfsiz             872 net/can/bcm.c  			cf = op->frames + op->cfsiz * i;
cfsiz             873 net/can/bcm.c  			err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz);
cfsiz             901 net/can/bcm.c  		op->cfsiz = CFSIZ(msg_head->flags);
cfsiz             907 net/can/bcm.c  						   op->cfsiz,
cfsiz             918 net/can/bcm.c  			cf = op->frames + op->cfsiz * i;
cfsiz             919 net/can/bcm.c  			err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz);
cfsiz            1004 net/can/bcm.c  	return msg_head->nframes * op->cfsiz + MHSIZ;
cfsiz            1054 net/can/bcm.c  					      msg_head->nframes * op->cfsiz);
cfsiz            1059 net/can/bcm.c  			memset(op->last_frames, 0, msg_head->nframes * op->cfsiz);
cfsiz            1076 net/can/bcm.c  		op->cfsiz = CFSIZ(msg_head->flags);
cfsiz            1082 net/can/bcm.c  						   op->cfsiz,
cfsiz            1091 net/can/bcm.c  						  op->cfsiz,
cfsiz            1106 net/can/bcm.c  					      msg_head->nframes * op->cfsiz);
cfsiz            1215 net/can/bcm.c  	return msg_head->nframes * op->cfsiz + MHSIZ;
cfsiz            1222 net/can/bcm.c  		       int cfsiz)
cfsiz            1232 net/can/bcm.c  	skb = alloc_skb(cfsiz + sizeof(struct can_skb_priv), GFP_KERNEL);
cfsiz            1238 net/can/bcm.c  	err = memcpy_from_msg(skb_put(skb, cfsiz), msg, cfsiz);
cfsiz            1260 net/can/bcm.c  	return cfsiz + MHSIZ;
cfsiz            1272 net/can/bcm.c  	int cfsiz;
cfsiz            1287 net/can/bcm.c  	cfsiz = CFSIZ(msg_head.flags);
cfsiz            1288 net/can/bcm.c  	if ((size - MHSIZ) % cfsiz)
cfsiz            1362 net/can/bcm.c  		if ((msg_head.nframes != 1) || (size != cfsiz + MHSIZ))
cfsiz            1365 net/can/bcm.c  			ret = bcm_tx_send(msg, ifindex, sk, cfsiz);