Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.c566 const u16 raw_status = le16_to_cpu(er->status); in pcan_usb_pro_handle_error() local
581 if (!raw_status) { in pcan_usb_pro_handle_error()
587 if (raw_status & (PCAN_USBPRO_STATUS_OVERRUN | in pcan_usb_pro_handle_error()
593 if (raw_status & PCAN_USBPRO_STATUS_BUS) { in pcan_usb_pro_handle_error()
595 } else if (raw_status & PCAN_USBPRO_STATUS_ERROR) { in pcan_usb_pro_handle_error()
650 if (raw_status & PCAN_USBPRO_STATUS_OVERRUN) { in pcan_usb_pro_handle_error()
657 if (raw_status & PCAN_USBPRO_STATUS_QOVERRUN) { in pcan_usb_pro_handle_error()