chan_table        402 arch/um/drivers/chan_kern.c static const struct chan_type chan_table[] = {
chan_table        449 arch/um/drivers/chan_kern.c 	for(i = 0; i < ARRAY_SIZE(chan_table); i++) {
chan_table        450 arch/um/drivers/chan_kern.c 		entry = &chan_table[i];
chan_table       1015 drivers/net/hyperv/hyperv_net.h 	struct netvsc_channel chan_table[VRSS_CHANNEL_MAX];
chan_table         82 drivers/net/hyperv/netvsc.c 				netif_napi_del(&nvdev->chan_table[i].napi);
chan_table        126 drivers/net/hyperv/netvsc.c 		vfree(nvdev->chan_table[i].mrc.slots);
chan_table        283 drivers/net/hyperv/netvsc.c 	struct netvsc_channel *nvchan = &net_device->chan_table[q_idx];
chan_table        638 drivers/net/hyperv/netvsc.c 		netif_napi_del(&net_device->chan_table[i].napi);
chan_table        693 drivers/net/hyperv/netvsc.c 		tx_stats = &net_device->chan_table[q_idx].tx_stats;
chan_table        704 drivers/net/hyperv/netvsc.c 		atomic_dec_return(&net_device->chan_table[q_idx].queue_sends);
chan_table        814 drivers/net/hyperv/netvsc.c 		&net_device->chan_table[packet->q_idx];
chan_table        922 drivers/net/hyperv/netvsc.c 	nvchan = &net_device->chan_table[packet->q_idx];
chan_table       1083 drivers/net/hyperv/netvsc.c 	struct netvsc_channel *nvchan = &nvdev->chan_table[q_idx];
chan_table       1389 drivers/net/hyperv/netvsc.c 		struct netvsc_channel *nvchan = &net_device->chan_table[i];
chan_table       1398 drivers/net/hyperv/netvsc.c 	netif_napi_add(ndev, &net_device->chan_table[0].napi,
chan_table       1404 drivers/net/hyperv/netvsc.c 			 netvsc_channel_cb, net_device->chan_table);
chan_table       1414 drivers/net/hyperv/netvsc.c 	napi_enable(&net_device->chan_table[0].napi);
chan_table       1433 drivers/net/hyperv/netvsc.c 	napi_disable(&net_device->chan_table[0].napi);
chan_table       1439 drivers/net/hyperv/netvsc.c 	netif_napi_del(&net_device->chan_table[0].napi);
chan_table        158 drivers/net/hyperv/netvsc_drv.c 				= nvdev->chan_table[i].channel;
chan_table        164 drivers/net/hyperv/netvsc_drv.c 			napi_synchronize(&nvdev->chan_table[i].napi);
chan_table       1216 drivers/net/hyperv/netvsc_drv.c 		const struct netvsc_channel *nvchan = &nvdev->chan_table[i];
chan_table       1269 drivers/net/hyperv/netvsc_drv.c 		const struct netvsc_channel *nvchan = &nvdev->chan_table[i];
chan_table       1424 drivers/net/hyperv/netvsc_drv.c 		qstats = &nvdev->chan_table[j].tx_stats;
chan_table       1434 drivers/net/hyperv/netvsc_drv.c 		qstats = &nvdev->chan_table[j].rx_stats;
chan_table       1001 drivers/net/hyperv/rndis_filter.c 		const struct netvsc_channel *nvchan = &nvdev->chan_table[i];
chan_table       1101 drivers/net/hyperv/rndis_filter.c 	nvchan = nvscdev->chan_table + chn_index;
chan_table       1409 drivers/net/hyperv/rndis_filter.c 				vfree(net_device->chan_table[i].mrc.slots);
chan_table       1415 drivers/net/hyperv/rndis_filter.c 		netif_napi_add(net, &net_device->chan_table[i].napi,