Searched refs:pending_tx_skb (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.c256 if (lp->pending_tx_skb != NULL) {
257 dev_kfree_skb (lp->pending_tx_skb);
258 lp->pending_tx_skb = NULL;
460 BUG_ON(lp->pending_tx_skb == NULL);
462 skb = lp->pending_tx_skb;
463 lp->pending_tx_skb = NULL;
525 BUG_ON(lp->pending_tx_skb != NULL);
550 lp->pending_tx_skb = NULL;
565 lp->pending_tx_skb = skb;
575 lp->pending_tx_skb
[all...]
H A Dsmc91x.c253 pending_skb = lp->pending_tx_skb;
254 lp->pending_tx_skb = NULL;
380 pending_skb = lp->pending_tx_skb;
381 lp->pending_tx_skb = NULL;
562 skb = lp->pending_tx_skb;
567 lp->pending_tx_skb = NULL;
642 BUG_ON(lp->pending_tx_skb != NULL);
684 lp->pending_tx_skb = skb;
H A Dsmc911x.h74 struct sk_buff *pending_tx_skb; member in struct:smc911x_local
H A Dsmc91x.h372 struct sk_buff *pending_tx_skb; member in struct:smc_local

Completed in 45 milliseconds