Home
last modified time | relevance | path

Searched refs:send_section_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/hyperv/
Dnetvsc.c123 kfree(nvdev->send_section_map); in free_netvsc_device()
488 net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()
489 if (net_device->send_section_map == NULL) { in netvsc_init_buf()
689 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()
812 unsigned long *map_addr = net_device->send_section_map; in netvsc_get_next_send_section()
Dhyperv_net.h1027 unsigned long *send_section_map; member