Searched refs:es58x_calculate_crc (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c75 * es58x_calculate_crc() - Compute the crc16 of a given URB.
82 static u16 es58x_calculate_crc(const union es58x_urb_cmd *urb_cmd, u16 urb_len) function
120 crc = es58x_calculate_crc(urb_cmd, urb_len);
137 u16 calculated_crc = es58x_calculate_crc(urb_cmd, urb_len);

Completed in 128 milliseconds