Searched refs:new_frames (Results 1 – 1 of 1) sorted by relevance
1096 void *new_frames; in bcm_tx_setup() local1113 new_frames = kmalloc(msg_head->nframes * op->cfsiz, GFP_KERNEL); in bcm_tx_setup()1114 if (!new_frames) in bcm_tx_setup()1119 cf = new_frames + op->cfsiz * i; in bcm_tx_setup()1122 kfree(new_frames); in bcm_tx_setup()1135 kfree(new_frames); in bcm_tx_setup()1148 memcpy(op->frames, new_frames, msg_head->nframes * op->cfsiz); in bcm_tx_setup()1165 kfree(new_frames); in bcm_tx_setup()1279 struct bcm_op *op, void *new_frames) in bcm_rx_setup_rtr_check() argument1281 struct canfd_frame *frame0 = new_frames; in bcm_rx_setup_rtr_check()[all …]