Searched refs:echo_get (Results 1 – 3 of 3) sorted by relevance
296 skb = priv->can.echo_skb[priv->tx.echo_get]; in softing_handle_1()299 can_get_echo_skb(netdev, priv->tx.echo_get); in softing_handle_1()300 ++priv->tx.echo_get; in softing_handle_1()301 if (priv->tx.echo_get >= TX_ECHO_SKB_MAX) in softing_handle_1()302 priv->tx.echo_get = 0; in softing_handle_1()
27 int echo_get; member
468 priv->tx.echo_get = 0; in softing_startstop()