Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h145 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
H A Dpcan_usb_fd.c581 peak_usb_netif_rx_64(skb, le32_to_cpu(rm->ts_low), in pcan_usb_fd_decode_canmsg()
643 peak_usb_netif_rx_64(skb, le32_to_cpu(sm->ts_low), in pcan_usb_fd_decode_status()
694 peak_usb_netif_rx_64(skb, le32_to_cpu(ov->ts_low), in pcan_usb_fd_decode_overrun()
H A Dpcan_usb_core.c218 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high) in peak_usb_netif_rx_64() function