Searched refs:send_section_size (Results 1 – 3 of 3) sorted by relevance
410 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()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()832 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()999 net_device->send_section_size) { in netvsc_send()1003 net_device->send_section_size) { in netvsc_send()1008 net_device->send_section_size) { in netvsc_send()
142 u32 send_section_size; member1026 u32 send_section_size; member
992 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()1843 / nvdev->send_section_size; in __netvsc_get_ringparam()