Lines Matching refs:tx_skb
349 if (dch->tx_skb) { in hfcusb_l2l1D()
350 dev_kfree_skb(dch->tx_skb); in hfcusb_l2l1D()
351 dch->tx_skb = NULL; in hfcusb_l2l1D()
398 if (dch->tx_skb) { in hfc_l1callback()
399 dev_kfree_skb(dch->tx_skb); in hfc_l1callback()
400 dch->tx_skb = NULL; in hfc_l1callback()
1198 struct sk_buff *tx_skb; in tx_iso_complete() local
1214 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1218 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()
1277 if (tx_skb) in tx_iso_complete()
1278 remain = tx_skb->len - *tx_idx; in tx_iso_complete()
1310 (tx_skb->data + *tx_idx), current_len); in tx_iso_complete()
1334 tx_skb->len, *tx_idx); in tx_iso_complete()
1354 fifon, tx_skb->len); in tx_iso_complete()
1356 while (i < tx_skb->len) in tx_iso_complete()
1358 tx_skb->data[i++]); in tx_iso_complete()
1362 dev_kfree_skb(tx_skb); in tx_iso_complete()
1363 tx_skb = NULL; in tx_iso_complete()
1365 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1371 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()
1816 if (bch->tx_skb) { in deactivate_bchannel()
1817 dev_kfree_skb(bch->tx_skb); in deactivate_bchannel()
1818 bch->tx_skb = NULL; in deactivate_bchannel()