Lines Matching refs:tx_skb
281 if (!dch->tx_skb) in W6692_fill_Dfifo()
283 count = dch->tx_skb->len - dch->tx_idx; in W6692_fill_Dfifo()
290 ptr = dch->tx_skb->data + dch->tx_idx; in W6692_fill_Dfifo()
322 } else if (dch->tx_skb) { /* should not happen */ in d_retransmit()
375 if (card->dch.tx_skb && card->dch.tx_idx < card->dch.tx_skb->len) { in handle_txD()
378 dev_kfree_skb(card->dch.tx_skb); in handle_txD()
491 if (!wch->bch.tx_skb) { in W6692_fill_Bfifo()
498 count = wch->bch.tx_skb->len - wch->bch.tx_idx; in W6692_fill_Bfifo()
501 ptr = wch->bch.tx_skb->data + wch->bch.tx_idx; in W6692_fill_Bfifo()
634 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next()
637 dev_kfree_skb(wch->bch.tx_skb); in send_next()
740 if (wch->bch.tx_skb) { in W6692B_interrupt()
756 if (wch->bch.tx_skb) { in W6692B_interrupt()
1121 if (dch->tx_skb) { in w6692_l1callback()
1122 dev_kfree_skb(dch->tx_skb); in w6692_l1callback()
1123 dch->tx_skb = NULL; in w6692_l1callback()