Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dnetvsc.c241 if (net_device->send_section_cnt) { in netvsc_revoke_send_buf()
275 net_device->send_section_cnt = 0; in netvsc_revoke_send_buf()
528 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
531 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
534 net_device->send_section_map = bitmap_zalloc(net_device->send_section_cnt, in netvsc_init_buf()
935 for_each_clear_bit(i, map_addr, net_device->send_section_cnt) { in netvsc_get_next_send_section()
H A Dhyperv_net.h1170 u32 send_section_cnt; member