Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/softing/
Dsofting.h101 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg,
Dsofting_main.c132 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg, in softing_netdev_rx() function
185 softing_netdev_rx(netdev, &msg, 0); in softing_handle_1()
258 softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
300 ret = softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
Dsofting_fw.c640 softing_netdev_rx(netdev, &msg, 0); in softing_startstop()