Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Dbcm.c118 void *last_frames; member
567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
592 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
735 if ((op->last_frames) && (op->last_frames != &op->last_sframe)) in bcm_free_op_rcu()
736 kfree(op->last_frames); in bcm_free_op_rcu()
965 op->last_frames = NULL; in bcm_tx_setup()
1118 op->last_frames = kcalloc(msg_head->nframes, in bcm_rx_setup()
1121 if (!op->last_frames) { in bcm_rx_setup()
1129 op->last_frames = &op->last_sframe; in bcm_rx_setup()
1138 if (op->last_frames != &op->last_sframe) in bcm_rx_setup()
[all …]