Lines Matching refs:oldskb
1072 struct sk_buff *oldskb = card->tx_skb[port]; in fpga_tx() local
1073 if (oldskb) { in fpga_tx()
1074 dma_unmap_single(&card->dev->dev, SKB_CB(oldskb)->dma_addr, in fpga_tx()
1075 oldskb->len, DMA_TO_DEVICE); in fpga_tx()
1087 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
1101 if (!oldskb) in fpga_tx()
1106 struct pkt_hdr *header = (void *)oldskb->data; in fpga_tx()
1109 skb_pull(oldskb, sizeof(*header)); in fpga_tx()
1115 print_buffer(oldskb); in fpga_tx()
1118 vcc = SKB_CB(oldskb)->vcc; in fpga_tx()
1122 solos_pop(vcc, oldskb); in fpga_tx()
1124 dev_kfree_skb_irq(oldskb); in fpga_tx()