Searched refs:MonitorId (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dchannel_interface.c131 info->MonitorId = debugInfo.MonitorId;
H A Dchannel_mgmt.h82 u8 MonitorId; member in struct:vmbus_channel_offer_channel
239 * These are based on the OfferMsg.MonitorId.
267 u32 MonitorId; member in struct:vmbus_channel_debug_info
H A Dvmbus_api.h75 u32 MonitorId; member in struct:hv_device_info
H A Dchannel_mgmt.c458 offer->ChildRelId, offer->MonitorId,
488 newChannel->MonitorGroup = (u8)offer->MonitorId / 32;
489 newChannel->MonitorBit = (u8)offer->MonitorId % 32;
H A Dchannel.c73 u8 monitorGroup = (u8)Channel->OfferMsg.MonitorId / 32;
74 u8 monitorOffset = (u8)Channel->OfferMsg.MonitorId % 32;
87 DebugInfo->MonitorId = Channel->OfferMsg.MonitorId;
H A Dvmbus_drv.c215 return sprintf(buf, "%d\n", device_info.MonitorId);

Completed in 122 milliseconds