Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c159 if (net_device->recv_section_cnt) { in netvsc_revoke_recv_buf()
192 net_device->recv_section_cnt = 0; in netvsc_revoke_recv_buf()
397 net_device->recv_section_cnt = resp->sections[0].num_sub_allocs; in netvsc_init_buf()
401 = round_up(net_device->recv_section_cnt + 1, in netvsc_init_buf()
Dnetvsc_drv.c967 device_info.recv_sections = nvdev->recv_section_cnt; in netvsc_set_channels()
1064 device_info.recv_sections = nvdev->recv_section_cnt; in netvsc_change_mtu()
1663 ring->rx_pending = nvdev->recv_section_cnt; in __netvsc_get_ringparam()
Dhyperv_net.h974 u32 recv_section_cnt; member