Lines Matching defs:data
189 buffer_info->dma = dma_map_single(&pdev->dev, skb->data,
236 * igbvf_clean_rx_irq - Send received data up the network stack; legacy
271 /* HW will not DMA in data larger than the given buffer, even
287 prefetch(skb->data - NET_IP_ALIGN);
641 * were set based on testing data as well as attempting to minimize response
813 /* multiply data chunks by size of headers */
853 static irqreturn_t igbvf_msix_other(int irq, void *data)
855 struct net_device *netdev = data;
870 static irqreturn_t igbvf_intr_msix_tx(int irq, void *data)
872 struct net_device *netdev = data;
898 static irqreturn_t igbvf_intr_msix_rx(int irq, void *data)
900 struct net_device *netdev = data;
1623 * igbvf_sw_init initializes the Adapter private data structure.
2041 /* IP header will have to cancel out any data that
2055 l4_offset = l4.hdr - skb->data;
2070 vlan_macip_lens |= (ip.hdr - skb->data) << E1000_ADVTXD_MACLEN_SHIFT;
2166 buffer_info->dma = dma_map_single(&pdev->dev, skb->data, len,
2302 * + 1 desc for skb->data,
2659 mac_hdr_len = skb_network_header(skb) - skb->data;