Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc.c410 buf_size = device_info->send_sections * device_info->send_section_size; in netvsc_init_buf()
470 net_device->send_section_size = init_packet->msg. in netvsc_init_buf()
472 if (net_device->send_section_size < NETVSC_MTU_MIN) { in netvsc_init_buf()
473 netdev_err(ndev, "invalid send_section_size %u\n", in netvsc_init_buf()
474 net_device->send_section_size); in netvsc_init_buf()
480 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
483 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
835 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1002 net_device->send_section_size) { in netvsc_send()
1006 net_device->send_section_size) { in netvsc_send()
[all...]
H A Dnetvsc_drv.c992 dev_info->send_section_size = nvdev->send_section_size; in netvsc_devinfo_get()
1007 dev_info->send_section_size = NETVSC_SEND_SECTION_SIZE; in netvsc_devinfo_get()
1846 / nvdev->send_section_size; in __netvsc_get_ringparam()
H A Dhyperv_net.h142 u32 send_section_size; member
1027 u32 send_section_size; member
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc.c454 buf_size = device_info->send_sections * device_info->send_section_size; in netvsc_init_buf()
515 net_device->send_section_size = init_packet->msg. in netvsc_init_buf()
517 if (net_device->send_section_size < NETVSC_MTU_MIN) { in netvsc_init_buf()
518 netdev_err(ndev, "invalid send_section_size %u\n", in netvsc_init_buf()
519 net_device->send_section_size); in netvsc_init_buf()
525 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
528 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
941 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1217 net_device->send_section_size) { in netvsc_send()
1221 net_device->send_section_size) { in netvsc_send()
[all...]
H A Dnetvsc_drv.c977 dev_info->send_section_size = nvdev->send_section_size; in netvsc_devinfo_get()
992 dev_info->send_section_size = NETVSC_SEND_SECTION_SIZE; in netvsc_devinfo_get()
1837 / nvdev->send_section_size; in __netvsc_get_ringparam()
H A Dhyperv_net.h180 u32 send_section_size; member
1157 u32 send_section_size; member

Completed in 18 milliseconds