Lines Matching refs:tx_skb
332 if (dch->tx_skb) { in hfcusb_l2l1D()
333 dev_kfree_skb(dch->tx_skb); in hfcusb_l2l1D()
334 dch->tx_skb = NULL; in hfcusb_l2l1D()
380 if (dch->tx_skb) { in hfc_l1callback()
381 dev_kfree_skb(dch->tx_skb); in hfc_l1callback()
382 dch->tx_skb = NULL; in hfc_l1callback()
1158 struct sk_buff *tx_skb; in tx_iso_complete() local
1175 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1179 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()
1182 if (!tx_skb && !hdlc && in tx_iso_complete()
1241 if (tx_skb) in tx_iso_complete()
1242 remain = tx_skb->len - *tx_idx; in tx_iso_complete()
1280 memcpy(p, (tx_skb->data + *tx_idx), in tx_iso_complete()
1305 tx_skb->len, *tx_idx); in tx_iso_complete()
1325 fifon, tx_skb->len); in tx_iso_complete()
1327 while (i < tx_skb->len) in tx_iso_complete()
1329 tx_skb->data[i++]); in tx_iso_complete()
1333 dev_kfree_skb(tx_skb); in tx_iso_complete()
1334 tx_skb = NULL; in tx_iso_complete()
1336 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1339 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()