Searched refs:last_frames (Results 1 – 1 of 1) sorted by relevance
108 struct can_frame *last_frames; member491 if (!(op->last_frames[index].can_dlc & RX_RECV)) { in bcm_rx_cmp_to_index()493 bcm_rx_update_and_send(op, &op->last_frames[index], rxdata); in bcm_rx_cmp_to_index()500 (GET_U64(&op->frames[index]) & GET_U64(&op->last_frames[index]))) { in bcm_rx_cmp_to_index()501 bcm_rx_update_and_send(op, &op->last_frames[index], rxdata); in bcm_rx_cmp_to_index()507 if (rxdata->can_dlc != (op->last_frames[index].can_dlc & in bcm_rx_cmp_to_index()509 bcm_rx_update_and_send(op, &op->last_frames[index], in bcm_rx_cmp_to_index()558 if ((op->flags & RX_ANNOUNCE_RESUME) && op->last_frames) { in bcm_rx_timeout_handler()560 memset(op->last_frames, 0, op->nframes * CFSIZ); in bcm_rx_timeout_handler()572 if ((op->last_frames) && (op->last_frames[index].can_dlc & RX_THR)) { in bcm_rx_do_flush()[all …]