Lines Matching refs:tx_skb
297 if (!dch->tx_skb) in W6692_fill_Dfifo()
299 count = dch->tx_skb->len - dch->tx_idx; in W6692_fill_Dfifo()
306 ptr = dch->tx_skb->data + dch->tx_idx; in W6692_fill_Dfifo()
339 } else if (dch->tx_skb) { /* should not happen */ in d_retransmit()
393 if (card->dch.tx_skb && card->dch.tx_idx < card->dch.tx_skb->len) { in handle_txD()
396 if (card->dch.tx_skb) in handle_txD()
397 dev_kfree_skb(card->dch.tx_skb); in handle_txD()
510 if (!wch->bch.tx_skb) { in W6692_fill_Bfifo()
517 count = wch->bch.tx_skb->len - wch->bch.tx_idx; in W6692_fill_Bfifo()
520 ptr = wch->bch.tx_skb->data + wch->bch.tx_idx; in W6692_fill_Bfifo()
653 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next()
656 if (wch->bch.tx_skb) in send_next()
657 dev_kfree_skb(wch->bch.tx_skb); in send_next()
760 if (wch->bch.tx_skb) { in W6692B_interrupt()
776 if (wch->bch.tx_skb) { in W6692B_interrupt()
1142 if (dch->tx_skb) { in w6692_l1callback()
1143 dev_kfree_skb(dch->tx_skb); in w6692_l1callback()
1144 dch->tx_skb = NULL; in w6692_l1callback()