Searched refs:skb_to_tx (Results 1 – 2 of 2) sorted by relevance
187 priv->skb_to_tx = skb; in lbtf_op_tx()211 else if (priv->skb_to_tx) { in lbtf_tx_work()212 skb = priv->skb_to_tx; in lbtf_tx_work()213 priv->skb_to_tx = NULL; in lbtf_tx_work()668 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