Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h147 int peak_usb_netif_rx(struct sk_buff *skb,
H A Dpcan_usb_fd.c518 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(rm->ts_low)); in pcan_usb_fd_decode_canmsg()
583 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(sm->ts_low)); in pcan_usb_fd_decode_status()
633 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(ov->ts_low)); in pcan_usb_fd_decode_overrun()
H A Dpcan_usb_core.c193 int peak_usb_netif_rx(struct sk_buff *skb, in peak_usb_netif_rx() function