Searched refs:skb_to_tx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c232 priv->skb_to_tx = skb;
257 else if (priv->skb_to_tx) {
258 skb = priv->skb_to_tx;
259 priv->skb_to_tx = NULL;
706 if (!priv->skb_to_tx && skb_queue_empty(&priv->bc_ps_buf))
H A Dlibertas_tf.h237 struct sk_buff *skb_to_tx; member in struct:lbtf_private

Completed in 170 milliseconds