Searched refs:echo_put (Results 1 – 3 of 3) sorted by relevance
26 int echo_put; member
118 can_put_echo_skb(skb, dev, priv->tx.echo_put); in softing_netdev_start_xmit()119 ++priv->tx.echo_put; in softing_netdev_start_xmit()120 if (priv->tx.echo_put >= TX_ECHO_SKB_MAX) in softing_netdev_start_xmit()121 priv->tx.echo_put = 0; in softing_netdev_start_xmit()
467 priv->tx.echo_put = 0; in softing_startstop()