Lines Matching refs:rxerr
900 if (bec->txerr >= 128 || bec->rxerr >= 128) { in kvaser_usb_hydra_bus_status_to_can_state()
903 bec->txerr, bec->rxerr); in kvaser_usb_hydra_bus_status_to_can_state()
905 } else if (bec->txerr >= 96 || bec->rxerr >= 96) { in kvaser_usb_hydra_bus_status_to_can_state()
941 tx_state = (bec->txerr >= bec->rxerr) ? in kvaser_usb_hydra_update_state()
943 rx_state = (bec->txerr <= bec->rxerr) ? in kvaser_usb_hydra_update_state()
969 cf->data[7] = bec->rxerr; in kvaser_usb_hydra_update_state()
988 bec.rxerr = cmd->chip_state_event.rx_err_counter; in kvaser_usb_hydra_state_event()
992 priv->bec.rxerr = bec.rxerr; in kvaser_usb_hydra_state_event()
1077 bec.rxerr = err_frame_data->rx_err_counter; in kvaser_usb_hydra_error_frame()
1089 tx_state = (bec.txerr >= bec.rxerr) ? in kvaser_usb_hydra_error_frame()
1091 rx_state = (bec.txerr <= bec.rxerr) ? in kvaser_usb_hydra_error_frame()
1124 cf->data[7] = bec.rxerr; in kvaser_usb_hydra_error_frame()
1130 priv->bec.rxerr = bec.rxerr; in kvaser_usb_hydra_error_frame()