Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dnetvsc.c458 buf_size = device_info->send_sections * device_info->send_section_size; in netvsc_init_buf()
519 net_device->send_section_size = init_packet->msg. in netvsc_init_buf()
521 if (net_device->send_section_size < NETVSC_MTU_MIN) { in netvsc_init_buf()
522 netdev_err(ndev, "invalid send_section_size %u\n", in netvsc_init_buf()
523 net_device->send_section_size); in netvsc_init_buf()
529 net_device->send_section_cnt = buf_size / net_device->send_section_size; in netvsc_init_buf()
532 net_device->send_section_size, net_device->send_section_cnt); in netvsc_init_buf()
953 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1277 net_device->send_section_size) { in netvsc_send()
1281 net_device->send_section_size) { in netvsc_send()
[all...]
H A Dhyperv_net.h179 u32 send_section_size; member
1171 u32 send_section_size; member
H A Dnetvsc_drv.c944 dev_info->send_section_size = nvdev->send_section_size; in netvsc_devinfo_get()
960 dev_info->send_section_size = NETVSC_SEND_SECTION_SIZE; in netvsc_devinfo_get()
1792 / nvdev->send_section_size; in __netvsc_get_ringparam()