Lines Matching refs:tx_skb
343 if (dch->tx_skb) { in hfcusb_l2l1D()
344 dev_kfree_skb(dch->tx_skb); in hfcusb_l2l1D()
345 dch->tx_skb = NULL; in hfcusb_l2l1D()
392 if (dch->tx_skb) { in hfc_l1callback()
393 dev_kfree_skb(dch->tx_skb); in hfc_l1callback()
394 dch->tx_skb = NULL; in hfc_l1callback()
1169 struct sk_buff *tx_skb; in tx_iso_complete() local
1185 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1189 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()
1192 if (!tx_skb && !hdlc && in tx_iso_complete()
1251 if (tx_skb) in tx_iso_complete()
1252 remain = tx_skb->len - *tx_idx; in tx_iso_complete()
1290 memcpy(p, (tx_skb->data + *tx_idx), in tx_iso_complete()
1315 tx_skb->len, *tx_idx); in tx_iso_complete()
1335 fifon, tx_skb->len); in tx_iso_complete()
1337 while (i < tx_skb->len) in tx_iso_complete()
1339 tx_skb->data[i++]); in tx_iso_complete()
1343 dev_kfree_skb(tx_skb); in tx_iso_complete()
1344 tx_skb = NULL; in tx_iso_complete()
1346 tx_skb = fifo->dch->tx_skb; in tx_iso_complete()
1349 tx_skb = fifo->bch->tx_skb; in tx_iso_complete()