Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hyperv/
Dnetvsc.c247 if (net_device->send_section_cnt) { in netvsc_revoke_send_buf()
281 net_device->send_section_cnt = 0; in netvsc_revoke_send_buf()
557 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
560 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
563 net_device->send_section_map = bitmap_zalloc(net_device->send_section_cnt, in netvsc_init_buf()
941 for_each_clear_bit(i, map_addr, net_device->send_section_cnt) { in netvsc_get_next_send_section()
Dhyperv_net.h1154 u32 send_section_cnt; member
Dnetvsc_drv.c972 dev_info->send_sections = nvdev->send_section_cnt; in netvsc_devinfo_get()
1822 ring->tx_pending = nvdev->send_section_cnt; in __netvsc_get_ringparam()