Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/softing/
H A Dsofting.h27 int echo_put; member
H A Dsofting_main.c108 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()
H A Dsofting_fw.c456 priv->tx.echo_put = 0; in softing_startstop()