Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c398 buf_size = device_info->send_sections * device_info->send_section_size; in netvsc_init_buf()
458 net_device->send_section_size = init_packet->msg. in netvsc_init_buf()
462 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
465 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
774 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
939 net_device->send_section_size) { in netvsc_send()
943 net_device->send_section_size) { in netvsc_send()
948 net_device->send_section_size) { in netvsc_send()
Dhyperv_net.h142 u32 send_section_size; member
993 u32 send_section_size; member
Dnetvsc_drv.c899 dev_info->send_section_size = nvdev->send_section_size; in netvsc_devinfo_get()
908 dev_info->send_section_size = NETVSC_SEND_SECTION_SIZE; in netvsc_devinfo_get()
1723 / nvdev->send_section_size; in __netvsc_get_ringparam()