Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/softing/
Dsofting.h26 int echo_put; member
Dsofting_main.c118 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()
Dsofting_fw.c467 priv->tx.echo_put = 0; in softing_startstop()