Searched refs:send_section_map (Results 1 – 2 of 2) sorted by relevance
123 kfree(nvdev->send_section_map); in free_netvsc_device()470 net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()471 if (net_device->send_section_map == NULL) { in netvsc_init_buf()668 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()754 unsigned long *map_addr = net_device->send_section_map; in netvsc_get_next_send_section()
994 unsigned long *send_section_map; member