Home
last modified time | relevance | path

Searched refs:recv_section_cnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc.c151 if (net_device->recv_section_cnt) { in netvsc_revoke_recv_buf()
184 net_device->recv_section_cnt = 0; in netvsc_revoke_recv_buf()
389 net_device->recv_section_cnt = resp->sections[0].num_sub_allocs; in netvsc_init_buf()
393 (u64)net_device->recv_section_cnt > (u64)buf_size) { in netvsc_init_buf()
401 * Add 1 to the recv_section_cnt because at least one entry in a in netvsc_init_buf()
404 net_device->recv_completion_cnt = net_device->recv_section_cnt + 1; in netvsc_init_buf()
H A Dnetvsc_drv.c993 dev_info->recv_sections = nvdev->recv_section_cnt; in netvsc_devinfo_get()
1836 ring->rx_pending = nvdev->recv_section_cnt; in __netvsc_get_ringparam()
H A Dhyperv_net.h1019 u32 recv_section_cnt; member
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc.c188 if (net_device->recv_section_cnt) { in netvsc_revoke_recv_buf()
221 net_device->recv_section_cnt = 0; in netvsc_revoke_recv_buf()
423 net_device->recv_section_cnt = resp->sections[0].num_sub_allocs; in netvsc_init_buf()
427 (u64)net_device->recv_section_cnt > (u64)buf_size) { in netvsc_init_buf()
445 * Add 1 to the recv_section_cnt because at least one entry in a in netvsc_init_buf()
448 net_device->recv_completion_cnt = net_device->recv_section_cnt + 1; in netvsc_init_buf()
H A Dnetvsc_drv.c978 dev_info->recv_sections = nvdev->recv_section_cnt; in netvsc_devinfo_get()
1827 ring->rx_pending = nvdev->recv_section_cnt; in __netvsc_get_ringparam()
H A Dhyperv_net.h1148 u32 recv_section_cnt; member

Completed in 19 milliseconds