Lines Matching defs:lcf
514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index;
522 if (!(lcf->flags & RX_RECV)) {
524 bcm_rx_update_and_send(op, lcf, rxdata);
531 (get_u64(cf, i) & get_u64(lcf, i))) {
532 bcm_rx_update_and_send(op, lcf, rxdata);
539 if (rxdata->len != lcf->len) {
540 bcm_rx_update_and_send(op, lcf, rxdata);
590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index;
592 if ((op->last_frames) && (lcf->flags & RX_THR)) {
593 bcm_rx_changed(op, lcf);