Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/can/
Derror.h47 #define CAN_ERR_DLC 8 /* dlc for error message frames */ macro
/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c181 msg.can_dlc = CAN_ERR_DLC; in softing_handle_1()
232 msg.can_dlc = CAN_ERR_DLC; in softing_handle_1()
Dsofting_fw.c638 msg.can_dlc = CAN_ERR_DLC; in softing_startstop()
/linux-4.1.27/drivers/net/can/mscan/
Dmscan.c385 frame->can_dlc = CAN_ERR_DLC; in mscan_get_err_frame()
/linux-4.1.27/drivers/net/can/usb/
Dgs_usb.c366 cf->can_dlc = CAN_ERR_DLC; in gs_usb_recieve_bulk_callback()
Dkvaser_usb.c889 struct can_frame *cf, tmp_cf = { .can_id = CAN_ERR_FLAG, .can_dlc = CAN_ERR_DLC }; in kvaser_usb_rx_error()
/linux-4.1.27/drivers/net/can/
Ddev.c635 (*cf)->can_dlc = CAN_ERR_DLC; in alloc_can_err_skb()