Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c122 void *last_frames; member
571 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
622 if ((op->flags & RX_ANNOUNCE_RESUME) && op->last_frames) { in bcm_rx_timeout_handler()
624 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
647 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
649 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
744 bcm_rx_update_and_send(op, op->last_frames, rxframe, in bcm_rx_handler()
803 if ((op->last_frames) && (op->last_frames != &op->last_sframe)) in bcm_free_op_rcu()
804 kfree(op->last_frames); in bcm_free_op_rcu()
1059 op->last_frames = NULL; in bcm_tx_setup()
[all …]