Home
last modified time | relevance | path

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

/drivers/net/can/softing/
Dsofting_main.c282 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()
285 can_get_echo_skb(netdev, priv->tx.echo_get, NULL); in softing_handle_1()
286 ++priv->tx.echo_get; in softing_handle_1()
287 if (priv->tx.echo_get >= TX_ECHO_SKB_MAX) in softing_handle_1()
288 priv->tx.echo_get = 0; in softing_handle_1()
Dsofting.h28 int echo_get; member
Dsofting_fw.c457 priv->tx.echo_get = 0; in softing_startstop()