Lines Matching refs:oldskb
1084 struct sk_buff *oldskb = card->tx_skb[port]; in fpga_tx() local
1085 if (oldskb) { in fpga_tx()
1086 dma_unmap_single(&card->dev->dev, SKB_CB(oldskb)->dma_addr, in fpga_tx()
1087 oldskb->len, DMA_TO_DEVICE); in fpga_tx()
1099 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
1113 if (!oldskb) in fpga_tx()
1118 struct pkt_hdr *header = (void *)oldskb->data; in fpga_tx()
1121 skb_pull(oldskb, sizeof(*header)); in fpga_tx()
1127 print_buffer(oldskb); in fpga_tx()
1130 vcc = SKB_CB(oldskb)->vcc; in fpga_tx()
1134 solos_pop(vcc, oldskb); in fpga_tx()
1136 dev_kfree_skb_irq(oldskb); in fpga_tx()