Searched refs:rx_msg_type (Results 1 – 2 of 2) sorted by relevance
724 static size_t pcan_usb_fd_rx_msg_min_size(u16 rx_msg_type) in pcan_usb_fd_rx_msg_min_size() argument726 switch (rx_msg_type) { in pcan_usb_fd_rx_msg_min_size()755 u16 rx_msg_type, rx_msg_size; in pcan_usb_fd_decode_buf() local770 rx_msg_type = le16_to_cpu(rx_msg->type); in pcan_usb_fd_decode_buf()780 rx_msg_min_size = pcan_usb_fd_rx_msg_min_size(rx_msg_type); in pcan_usb_fd_decode_buf()787 switch (rx_msg_type) { in pcan_usb_fd_decode_buf()819 rx_msg_type, rx_msg_type); in pcan_usb_fd_decode_buf()
1021 u8 rx_msg_type; member