Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c168 bitmap_free(nvdev->send_section_map); in free_netvsc_device()
563 net_device->send_section_map = bitmap_zalloc(net_device->send_section_cnt, in netvsc_init_buf()
565 if (!net_device->send_section_map) { in netvsc_init_buf()
781 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()
938 unsigned long *map_addr = net_device->send_section_map; in netvsc_get_next_send_section()
Dhyperv_net.h1155 unsigned long *send_section_map; member