Searched refs:oldskb (Results 1 – 1 of 1) sorted by relevance
1072 struct sk_buff *oldskb = card->tx_skb[port]; in fpga_tx() local1073 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()[all …]