Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/can/
Derror.h15 #define CAN_ERR_DLC 8 /* dlc for error frames */ macro
/linux-3.4.99/drivers/net/can/softing/
Dsofting_main.c183 msg.can_dlc = CAN_ERR_DLC; in softing_handle_1()
234 msg.can_dlc = CAN_ERR_DLC; in softing_handle_1()
Dsofting_fw.c638 msg.can_dlc = CAN_ERR_DLC; in softing_startstop()
/linux-3.4.99/drivers/net/can/
Ddev.c494 (*cf)->can_dlc = CAN_ERR_DLC; in alloc_can_err_skb()
/linux-3.4.99/drivers/net/can/mscan/
Dmscan.c406 frame->can_dlc = CAN_ERR_DLC; in mscan_get_err_frame()