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