Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c162 bitmap_free(nvdev->send_section_map); in free_netvsc_device()
534 net_device->send_section_map = bitmap_zalloc(net_device->send_section_cnt, in netvsc_init_buf()
536 if (!net_device->send_section_map) { in netvsc_init_buf()
749 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()
924 unsigned long *map_addr = net_device->send_section_map; in netvsc_get_next_send_section()
H A Dhyperv_net.h1158 unsigned long *send_section_map; member