Lines Matching refs:tx_skb
155 struct sk_buff *tx_skb; member
178 if (priv->tx_skb || priv->tx_len) in hi3110_clean()
180 dev_kfree_skb(priv->tx_skb); in hi3110_clean()
183 priv->tx_skb = NULL; in hi3110_clean()
371 if (priv->tx_skb || priv->tx_len) { in hi3110_hard_start_xmit()
380 priv->tx_skb = skb; in hi3110_hard_start_xmit()
582 if (priv->tx_skb) { in hi3110_tx_work_handler()
586 frame = (struct can_frame *)priv->tx_skb->data; in hi3110_tx_work_handler()
589 can_put_echo_skb(priv->tx_skb, net, 0); in hi3110_tx_work_handler()
590 priv->tx_skb = NULL; in hi3110_tx_work_handler()
757 priv->tx_skb = NULL; in hi3110_open()