Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c209 if (net_device->send_section_cnt) { in netvsc_revoke_send_buf()
243 net_device->send_section_cnt = 0; in netvsc_revoke_send_buf()
472 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
475 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
478 map_words = DIV_ROUND_UP(net_device->send_section_cnt, BITS_PER_LONG); in netvsc_init_buf()
764 for_each_clear_bit(i, map_addr, net_device->send_section_cnt) { in netvsc_get_next_send_section()
Dnetvsc_drv.c965 device_info.send_sections = nvdev->send_section_cnt; in netvsc_set_channels()
1062 device_info.send_sections = nvdev->send_section_cnt; in netvsc_change_mtu()
1664 ring->tx_pending = nvdev->send_section_cnt; in __netvsc_get_ringparam()
Dhyperv_net.h981 u32 send_section_cnt; member