send_section_map  995 drivers/net/hyperv/hyperv_net.h 	unsigned long *send_section_map;
send_section_map  123 drivers/net/hyperv/netvsc.c 	kfree(nvdev->send_section_map);
send_section_map  470 drivers/net/hyperv/netvsc.c 	net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL);
send_section_map  471 drivers/net/hyperv/netvsc.c 	if (net_device->send_section_map == NULL) {
send_section_map  668 drivers/net/hyperv/netvsc.c 	sync_change_bit(index, net_device->send_section_map);
send_section_map  754 drivers/net/hyperv/netvsc.c 	unsigned long *map_addr = net_device->send_section_map;