Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/softing/
Dsofting.h100 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg,
Dsofting_main.c142 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg, in softing_netdev_rx() function
195 softing_netdev_rx(netdev, &msg, ktime_set(0, 0)); in softing_handle_1()
269 softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
312 ret = softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
Dsofting_fw.c650 softing_netdev_rx(netdev, &msg, ktime_set(0, 0)); in softing_startstop()