Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
H A Dbcm.c74 /* use of last_frames[index].flags */
118 void *last_frames; member
508 * received data stored in op->last_frames[]
514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
565 if ((op->flags & RX_ANNOUNCE_RESUME) && op->last_frames) { in bcm_rx_timeout_handler()
567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
592 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
673 bcm_rx_update_and_send(op, op->last_frames, rxframe); in bcm_rx_handler()
730 if ((op->last_frames) in bcm_free_op_rcu()
[all...]
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c74 /* use of last_frames[index].flags */
118 void *last_frames; member
508 * received data stored in op->last_frames[]
514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
565 if ((op->flags & RX_ANNOUNCE_RESUME) && op->last_frames) { in bcm_rx_timeout_handler()
567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
592 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush()
678 bcm_rx_update_and_send(op, op->last_frames, rxframe); in bcm_rx_handler()
735 if ((op->last_frames) in bcm_free_op_rcu()
[all...]

Completed in 5 milliseconds