Home
last modified time | relevance | path

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

/linux-4.1.27/net/can/
Dbcm.c108 struct can_frame *last_frames; member
486 if (!(op->last_frames[index].can_dlc & RX_RECV)) { in bcm_rx_cmp_to_index()
488 bcm_rx_update_and_send(op, &op->last_frames[index], rxdata); in bcm_rx_cmp_to_index()
495 (GET_U64(&op->frames[index]) & GET_U64(&op->last_frames[index]))) { in bcm_rx_cmp_to_index()
496 bcm_rx_update_and_send(op, &op->last_frames[index], rxdata); in bcm_rx_cmp_to_index()
502 if (rxdata->can_dlc != (op->last_frames[index].can_dlc & in bcm_rx_cmp_to_index()
504 bcm_rx_update_and_send(op, &op->last_frames[index], in bcm_rx_cmp_to_index()
553 if ((op->flags & RX_ANNOUNCE_RESUME) && op->last_frames) { in bcm_rx_timeout_handler()
555 memset(op->last_frames, 0, op->nframes * CFSIZ); in bcm_rx_timeout_handler()
567 if ((op->last_frames) && (op->last_frames[index].can_dlc & RX_THR)) { in bcm_rx_do_flush()
[all …]