Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/softing/
H A Dsofting.h101 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg,
H A 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()
H A Dsofting_fw.c640 softing_netdev_rx(netdev, &msg, 0); in softing_startstop()