Lines Matching defs:data

364 	char *data = skb->data;
370 * 2. skb linear data
371 * 3. skb fragment data
381 slots_used += fill_pg_buf(virt_to_hvpfn(data),
382 offset_in_hvpage(data),
416 char *data = skb->data;
417 unsigned int offset = offset_in_hvpage(data);
698 void *data, u32 data_buflen)
713 memcpy(indicate, data + RNDIS_HEADER_SIZE, sizeof(*indicate));
734 speed = *(u32 *)(data + RNDIS_HEADER_SIZE + indicate->status_buf_offset) / 10000;
779 struct iphdr *iph = (struct iphdr *)skb->data;
800 unsigned int hdroom = xdp->data - xdp->data_hard_start;
801 unsigned int xlen = xdp->data_end - xdp->data;
824 skb_put_data(skb, nvchan->rsc.data[i],
1503 struct ethtool_stats *stats, u64 *data)
1524 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset);
1528 data[i++] = *(u64 *)((void *)&sum + vf_stats[j].offset);
1539 data[i++] = packets;
1540 data[i++] = bytes;
1541 data[i++] = xdp_xmit;
1552 data[i++] = packets;
1553 data[i++] = bytes;
1554 data[i++] = xdp_drop;
1555 data[i++] = xdp_redirect;
1556 data[i++] = xdp_tx;
1570 data[i++] = *(u64 *)((void *)this_sum
1576 static void netvsc_get_strings(struct net_device *dev, u32 stringset, u8 *data)
1580 u8 *p = data;
1620 info->data = RXH_IP_SRC | RXH_IP_DST;
1625 info->data |= l4_flag;
1631 info->data |= l4_flag;
1637 info->data |= l4_flag;
1643 info->data |= l4_flag;
1651 info->data = 0;
1670 info->data = nvdev->num_chn;
1682 if (info->data == (RXH_IP_SRC | RXH_IP_DST |
1708 if (info->data == (RXH_IP_SRC | RXH_IP_DST)) {
2161 /* Called when VF is injecting data into network stack.
2413 /* Change the data path when VF UP/DOWN/CHANGE are detected.
2416 * net_device_ctx->data_path_is_vf is used to cache the current data path
2761 /* Reset the data path to the netvsc NIC before re-opening the vmbus
2762 * channel. Later netvsc_netdev_event() will switch the data path to
2802 * we will take care of switching the data path.