Searched refs:recv_section_size (Results 1 – 3 of 3) sorted by relevance
343 buf_size = device_info->recv_sections * device_info->recv_section_size; in netvsc_init_buf()422 net_device->recv_section_size = resp->sections[0].sub_alloc_size; in netvsc_init_buf()426 if (net_device->recv_section_size < NETVSC_MTU_MIN || (u64)net_device->recv_section_size * in netvsc_init_buf()429 net_device->recv_section_size); in netvsc_init_buf()437 nvchan->recv_buf = kzalloc(net_device->recv_section_size, GFP_KERNEL); in netvsc_init_buf()1358 if (unlikely(buflen > net_device->recv_section_size)) { in netvsc_receive()1363 buflen, net_device->recv_section_size); in netvsc_receive()
177 u32 recv_section_size; member1080 u32 recv_section_size; member
1019 dev_info->recv_section_size = nvdev->recv_section_size; in netvsc_devinfo_get()1034 dev_info->recv_section_size = NETVSC_RECV_SECTION_SIZE; in netvsc_devinfo_get()1855 ring->rx_max_pending = max_buf_size / nvdev->recv_section_size; in __netvsc_get_ringparam()
Completed in 19 milliseconds