Lines Matching refs:oldskb
1070 struct sk_buff *oldskb = card->tx_skb[port]; in fpga_tx() local
1071 if (oldskb) { in fpga_tx()
1072 dma_unmap_single(&card->dev->dev, SKB_CB(oldskb)->dma_addr, in fpga_tx()
1073 oldskb->len, DMA_TO_DEVICE); in fpga_tx()
1085 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
1099 if (!oldskb) in fpga_tx()
1104 struct pkt_hdr *header = (void *)oldskb->data; in fpga_tx()
1107 skb_pull(oldskb, sizeof(*header)); in fpga_tx()
1113 print_buffer(oldskb); in fpga_tx()
1116 vcc = SKB_CB(oldskb)->vcc; in fpga_tx()
1120 solos_pop(vcc, oldskb); in fpga_tx()
1122 dev_kfree_skb_irq(oldskb); in fpga_tx()