Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/softing/
Dsofting.h101 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg,
Dsofting_main.c131 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg, in softing_netdev_rx() function
184 softing_netdev_rx(netdev, &msg, 0); in softing_handle_1()
258 softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
301 ret = softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
Dsofting_fw.c639 softing_netdev_rx(netdev, &msg, 0); in softing_startstop()