Searched refs:gVmbusConnection (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dconnection.c32 struct VMBUS_CONNECTION gVmbusConnection = { variable in typeref:struct:VMBUS_CONNECTION
48 if (gVmbusConnection.ConnectState != Disconnected)
52 gVmbusConnection.ConnectState = Connecting;
53 gVmbusConnection.WorkQueue = create_workqueue("hv_vmbus_con");
54 if (!gVmbusConnection.WorkQueue) {
59 INIT_LIST_HEAD(&gVmbusConnection.ChannelMsgList);
60 spin_lock_init(&gVmbusConnection.channelmsg_lock);
62 INIT_LIST_HEAD(&gVmbusConnection.ChannelList);
63 spin_lock_init(&gVmbusConnection.channel_lock);
69 gVmbusConnection
[all...]
H A Dchannel_mgmt.c289 osd_schedule_callback(gVmbusConnection.WorkQueue, ReleaseVmbusChannel,
305 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
308 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
326 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
328 list_for_each_entry(channel, &gVmbusConnection.ChannelList, ListEntry) {
342 &gVmbusConnection.ChannelList);
344 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
377 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
379 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
551 spin_lock_irqsave(&gVmbusConnection
[all...]
H A Dvmbus_private.h102 extern struct VMBUS_CONNECTION gVmbusConnection;
H A Dchannel.c51 (unsigned long *) gVmbusConnection.SendInterruptPage +
54 monitorPage = gVmbusConnection.MonitorPages;
85 monitorPage = (struct hv_monitor_page *)gVmbusConnection.MonitorPages;
217 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
219 &gVmbusConnection.ChannelMsgList);
220 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
240 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
242 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
443 nextGpadlHandle = atomic_read(&gVmbusConnection.NextGpadlHandle);
444 atomic_inc(&gVmbusConnection
[all...]
H A Dvmbus.c181 osd_schedule_callback(gVmbusConnection.WorkQueue,

Completed in 64 milliseconds