Searched refs:echo_put (Results 1 – 3 of 3) sorted by relevance
27 int echo_put; member
108 can_put_echo_skb(skb, dev, priv->tx.echo_put, 0); in softing_netdev_start_xmit()109 ++priv->tx.echo_put; in softing_netdev_start_xmit()110 if (priv->tx.echo_put >= TX_ECHO_SKB_MAX) in softing_netdev_start_xmit()111 priv->tx.echo_put = 0; in softing_netdev_start_xmit()
456 priv->tx.echo_put = 0; in softing_startstop()