Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c968 device_info.recv_section_size = nvdev->recv_section_size; in netvsc_set_channels()
1065 device_info.recv_section_size = nvdev->recv_section_size; in netvsc_change_mtu()
1671 ring->rx_max_pending = max_buf_size / nvdev->recv_section_size; in __netvsc_get_ringparam()
1718 device_info.recv_section_size = nvdev->recv_section_size; in netvsc_set_ringparam()
2206 device_info.recv_section_size = NETVSC_RECV_SECTION_SIZE; in netvsc_probe()
Dhyperv_net.h153 u32 recv_section_size; member
975 u32 recv_section_size; member
Dnetvsc.c317 buf_size = device_info->recv_sections * device_info->recv_section_size; in netvsc_init_buf()
396 net_device->recv_section_size = resp->sections[0].sub_alloc_size; in netvsc_init_buf()