send_section_cnt  993 drivers/net/hyperv/hyperv_net.h 	u32 send_section_cnt;
send_section_cnt  199 drivers/net/hyperv/netvsc.c 	if (net_device->send_section_cnt) {
send_section_cnt  233 drivers/net/hyperv/netvsc.c 		net_device->send_section_cnt = 0;
send_section_cnt  462 drivers/net/hyperv/netvsc.c 	net_device->send_section_cnt = buf_size / net_device->send_section_size;
send_section_cnt  465 drivers/net/hyperv/netvsc.c 		   net_device->send_section_size, net_device->send_section_cnt);
send_section_cnt  468 drivers/net/hyperv/netvsc.c 	map_words = DIV_ROUND_UP(net_device->send_section_cnt, BITS_PER_LONG);
send_section_cnt  757 drivers/net/hyperv/netvsc.c 	for_each_clear_bit(i, map_addr, net_device->send_section_cnt) {
send_section_cnt  897 drivers/net/hyperv/netvsc_drv.c 		dev_info->send_sections = nvdev->send_section_cnt;
send_section_cnt 1714 drivers/net/hyperv/netvsc_drv.c 	ring->tx_pending = nvdev->send_section_cnt;