Lines Matching refs:tx_skb
335 if (dch->tx_skb) { in hfcusb_l2l1D()
336 __skb_queue_tail(&free_queue, dch->tx_skb); in hfcusb_l2l1D()
337 dch->tx_skb = NULL; in hfcusb_l2l1D()
384 if (dch->tx_skb) { in hfc_l1callback()
385 dev_kfree_skb(dch->tx_skb); in hfc_l1callback()
386 dch->tx_skb = NULL; in hfc_l1callback()
1162 struct sk_buff *tx_skb; in tx_iso_complete() local
1179 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1183 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()
1186 if (!tx_skb && !hdlc && in tx_iso_complete()
1245 if (tx_skb) in tx_iso_complete()
1246 remain = tx_skb->len - *tx_idx; in tx_iso_complete()
1284 memcpy(p, (tx_skb->data + *tx_idx), in tx_iso_complete()
1309 tx_skb->len, *tx_idx); in tx_iso_complete()
1329 fifon, tx_skb->len); in tx_iso_complete()
1331 while (i < tx_skb->len) in tx_iso_complete()
1333 tx_skb->data[i++]); in tx_iso_complete()
1337 dev_consume_skb_irq(tx_skb); in tx_iso_complete()
1338 tx_skb = NULL; in tx_iso_complete()
1340 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1343 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()