Searched refs:skb_to_tx (Results 1 – 2 of 2) sorted by relevance
236 priv->skb_to_tx = skb; in lbtf_op_tx()260 else if (priv->skb_to_tx) { in lbtf_tx_work()261 skb = priv->skb_to_tx; in lbtf_tx_work()262 priv->skb_to_tx = NULL; in lbtf_tx_work()709 if (!priv->skb_to_tx && skb_queue_empty(&priv->bc_ps_buf)) in lbtf_send_tx_feedback()
237 struct sk_buff *skb_to_tx; member