Searched refs:recv_section_cnt (Results 1 – 3 of 3) sorted by relevance
159 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()
967 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()
974 u32 recv_section_cnt; member