Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h145 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
Dpcan_usb_fd.c535 peak_usb_netif_rx_64(skb, le32_to_cpu(rm->ts_low), in pcan_usb_fd_decode_canmsg()
597 peak_usb_netif_rx_64(skb, le32_to_cpu(sm->ts_low), in pcan_usb_fd_decode_status()
648 peak_usb_netif_rx_64(skb, le32_to_cpu(ov->ts_low), in pcan_usb_fd_decode_overrun()
Dpcan_usb_core.c209 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high) in peak_usb_netif_rx_64() function