Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c158 kfree(nvdev->send_section_map); in free_netvsc_device()
534 net_device->send_section_map = kcalloc(map_words, sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()
535 if (net_device->send_section_map == NULL) { in netvsc_init_buf()
745 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()
901 unsigned long *map_addr = net_device->send_section_map; in netvsc_get_next_send_section()
Dhyperv_net.h1088 unsigned long *send_section_map; member