Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hyperv/
Dnetvsc.c475 buf_size = device_info->send_sections * device_info->send_section_size; in netvsc_init_buf()
547 net_device->send_section_size = init_packet->msg. in netvsc_init_buf()
549 if (net_device->send_section_size < NETVSC_MTU_MIN) { in netvsc_init_buf()
551 net_device->send_section_size); in netvsc_init_buf()
557 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
560 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
958 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1239 net_device->send_section_size) { in netvsc_send()
1243 net_device->send_section_size) { in netvsc_send()
1248 net_device->send_section_size) { in netvsc_send()
Dhyperv_net.h178 u32 send_section_size; member
1155 u32 send_section_size; member
Dnetvsc_drv.c973 dev_info->send_section_size = nvdev->send_section_size; in netvsc_devinfo_get()
988 dev_info->send_section_size = NETVSC_SEND_SECTION_SIZE; in netvsc_devinfo_get()
1831 / nvdev->send_section_size; in __netvsc_get_ringparam()