Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/softing/
Dsofting.h27 int echo_get; member
Dsofting_main.c295 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()
298 can_get_echo_skb(netdev, priv->tx.echo_get); in softing_handle_1()
299 ++priv->tx.echo_get; in softing_handle_1()
300 if (priv->tx.echo_get >= TX_ECHO_SKB_MAX) in softing_handle_1()
301 priv->tx.echo_get = 0; in softing_handle_1()
Dsofting_fw.c468 priv->tx.echo_get = 0; in softing_startstop()