Lines Matching refs:oldskb
1078 struct sk_buff *oldskb = card->tx_skb[port]; in fpga_tx() local
1079 if (oldskb) { in fpga_tx()
1080 dma_unmap_single(&card->dev->dev, SKB_CB(oldskb)->dma_addr, in fpga_tx()
1081 oldskb->len, DMA_TO_DEVICE); in fpga_tx()
1093 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
1107 if (!oldskb) in fpga_tx()
1112 struct pkt_hdr *header = (void *)oldskb->data; in fpga_tx()
1115 skb_pull(oldskb, sizeof(*header)); in fpga_tx()
1121 print_buffer(oldskb); in fpga_tx()
1124 vcc = SKB_CB(oldskb)->vcc; in fpga_tx()
1128 solos_pop(vcc, oldskb); in fpga_tx()
1130 dev_kfree_skb_irq(oldskb); in fpga_tx()