public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "K. Y. Srinivasan" <kys@microsoft.com>
To: gregkh@suse.de, linux-kernel@vger.kernel.org,
	devel@linuxdriverproject.org, virtualization@lists.osdl.org
Cc: "K. Y. Srinivasan" <kys@microsoft.com>,
	Haiyang Zhang <haiyangz@microsoft.com>,
	Abhishek Kane <v-abkane@microsoft.com>,
	Hank Janssen <hjanssen@microsoft.com>
Subject: [PATCH 196/206] Staging: hv: Get rid of rndis.h
Date: Mon,  9 May 2011 14:57:58 -0700	[thread overview]
Message-ID: <1304978288-22999-196-git-send-email-kys@microsoft.com> (raw)
In-Reply-To: <1304978288-22999-1-git-send-email-kys@microsoft.com>

Now, get rid of rndis.h.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
---
 drivers/staging/hv/rndis.h |  653 --------------------------------------------
 1 files changed, 0 insertions(+), 653 deletions(-)
 delete mode 100644 drivers/staging/hv/rndis.h

diff --git a/drivers/staging/hv/rndis.h b/drivers/staging/hv/rndis.h
deleted file mode 100644
index 014de04..0000000
--- a/drivers/staging/hv/rndis.h
+++ /dev/null
@@ -1,653 +0,0 @@
-/*
- *
- * Copyright (c) 2009, Microsoft Corporation.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
- *
- * Authors:
- *   Haiyang Zhang <haiyangz@microsoft.com>
- *   Hank Janssen  <hjanssen@microsoft.com>
- *
- */
-
-#ifndef _RNDIS_H_
-#define _RNDIS_H_
-
-/*  Status codes */
-
-
-#ifndef STATUS_SUCCESS
-#define STATUS_SUCCESS				(0x00000000L)
-#endif
-
-#ifndef STATUS_UNSUCCESSFUL
-#define STATUS_UNSUCCESSFUL			(0xC0000001L)
-#endif
-
-#ifndef STATUS_PENDING
-#define STATUS_PENDING				(0x00000103L)
-#endif
-
-#ifndef STATUS_INSUFFICIENT_RESOURCES
-#define STATUS_INSUFFICIENT_RESOURCES		(0xC000009AL)
-#endif
-
-#ifndef STATUS_BUFFER_OVERFLOW
-#define STATUS_BUFFER_OVERFLOW			(0x80000005L)
-#endif
-
-#ifndef STATUS_NOT_SUPPORTED
-#define STATUS_NOT_SUPPORTED			(0xC00000BBL)
-#endif
-
-#define RNDIS_STATUS_SUCCESS			(STATUS_SUCCESS)
-#define RNDIS_STATUS_PENDING			(STATUS_PENDING)
-#define RNDIS_STATUS_NOT_RECOGNIZED		(0x00010001L)
-#define RNDIS_STATUS_NOT_COPIED			(0x00010002L)
-#define RNDIS_STATUS_NOT_ACCEPTED		(0x00010003L)
-#define RNDIS_STATUS_CALL_ACTIVE		(0x00010007L)
-
-#define RNDIS_STATUS_ONLINE			(0x40010003L)
-#define RNDIS_STATUS_RESET_START		(0x40010004L)
-#define RNDIS_STATUS_RESET_END			(0x40010005L)
-#define RNDIS_STATUS_RING_STATUS		(0x40010006L)
-#define RNDIS_STATUS_CLOSED			(0x40010007L)
-#define RNDIS_STATUS_WAN_LINE_UP		(0x40010008L)
-#define RNDIS_STATUS_WAN_LINE_DOWN		(0x40010009L)
-#define RNDIS_STATUS_WAN_FRAGMENT		(0x4001000AL)
-#define RNDIS_STATUS_MEDIA_CONNECT		(0x4001000BL)
-#define RNDIS_STATUS_MEDIA_DISCONNECT		(0x4001000CL)
-#define RNDIS_STATUS_HARDWARE_LINE_UP		(0x4001000DL)
-#define RNDIS_STATUS_HARDWARE_LINE_DOWN		(0x4001000EL)
-#define RNDIS_STATUS_INTERFACE_UP		(0x4001000FL)
-#define RNDIS_STATUS_INTERFACE_DOWN		(0x40010010L)
-#define RNDIS_STATUS_MEDIA_BUSY			(0x40010011L)
-#define RNDIS_STATUS_MEDIA_SPECIFIC_INDICATION	(0x40010012L)
-#define RNDIS_STATUS_WW_INDICATION		RDIA_SPECIFIC_INDICATION
-#define RNDIS_STATUS_LINK_SPEED_CHANGE		(0x40010013L)
-
-#define RNDIS_STATUS_NOT_RESETTABLE		(0x80010001L)
-#define RNDIS_STATUS_SOFT_ERRORS		(0x80010003L)
-#define RNDIS_STATUS_HARD_ERRORS		(0x80010004L)
-#define RNDIS_STATUS_BUFFER_OVERFLOW		(STATUS_BUFFER_OVERFLOW)
-
-#define RNDIS_STATUS_FAILURE			(STATUS_UNSUCCESSFUL)
-#define RNDIS_STATUS_RESOURCES			(STATUS_INSUFFICIENT_RESOURCES)
-#define RNDIS_STATUS_CLOSING			(0xC0010002L)
-#define RNDIS_STATUS_BAD_VERSION		(0xC0010004L)
-#define RNDIS_STATUS_BAD_CHARACTERISTICS	(0xC0010005L)
-#define RNDIS_STATUS_ADAPTER_NOT_FOUND		(0xC0010006L)
-#define RNDIS_STATUS_OPEN_FAILED		(0xC0010007L)
-#define RNDIS_STATUS_DEVICE_FAILED		(0xC0010008L)
-#define RNDIS_STATUS_MULTICAST_FULL		(0xC0010009L)
-#define RNDIS_STATUS_MULTICAST_EXISTS		(0xC001000AL)
-#define RNDIS_STATUS_MULTICAST_NOT_FOUND	(0xC001000BL)
-#define RNDIS_STATUS_REQUEST_ABORTED		(0xC001000CL)
-#define RNDIS_STATUS_RESET_IN_PROGRESS		(0xC001000DL)
-#define RNDIS_STATUS_CLOSING_INDICATING		(0xC001000EL)
-#define RNDIS_STATUS_NOT_SUPPORTED		(STATUS_NOT_SUPPORTED)
-#define RNDIS_STATUS_INVALID_PACKET		(0xC001000FL)
-#define RNDIS_STATUS_OPEN_LIST_FULL		(0xC0010010L)
-#define RNDIS_STATUS_ADAPTER_NOT_READY		(0xC0010011L)
-#define RNDIS_STATUS_ADAPTER_NOT_OPEN		(0xC0010012L)
-#define RNDIS_STATUS_NOT_INDICATING		(0xC0010013L)
-#define RNDIS_STATUS_INVALID_LENGTH		(0xC0010014L)
-#define RNDIS_STATUS_INVALID_DATA		(0xC0010015L)
-#define RNDIS_STATUS_BUFFER_TOO_SHORT		(0xC0010016L)
-#define RNDIS_STATUS_INVALID_OID		(0xC0010017L)
-#define RNDIS_STATUS_ADAPTER_REMOVED		(0xC0010018L)
-#define RNDIS_STATUS_UNSUPPORTED_MEDIA		(0xC0010019L)
-#define RNDIS_STATUS_GROUP_ADDRESS_IN_USE	(0xC001001AL)
-#define RNDIS_STATUS_FILE_NOT_FOUND		(0xC001001BL)
-#define RNDIS_STATUS_ERROR_READING_FILE		(0xC001001CL)
-#define RNDIS_STATUS_ALREADY_MAPPED		(0xC001001DL)
-#define RNDIS_STATUS_RESOURCE_CONFLICT		(0xC001001EL)
-#define RNDIS_STATUS_NO_CABLE			(0xC001001FL)
-
-#define RNDIS_STATUS_INVALID_SAP		(0xC0010020L)
-#define RNDIS_STATUS_SAP_IN_USE			(0xC0010021L)
-#define RNDIS_STATUS_INVALID_ADDRESS		(0xC0010022L)
-#define RNDIS_STATUS_VC_NOT_ACTIVATED		(0xC0010023L)
-#define RNDIS_STATUS_DEST_OUT_OF_ORDER		(0xC0010024L)
-#define RNDIS_STATUS_VC_NOT_AVAILABLE		(0xC0010025L)
-#define RNDIS_STATUS_CELLRATE_NOT_AVAILABLE	(0xC0010026L)
-#define RNDIS_STATUS_INCOMPATABLE_QOS		(0xC0010027L)
-#define RNDIS_STATUS_AAL_PARAMS_UNSUPPORTED	(0xC0010028L)
-#define RNDIS_STATUS_NO_ROUTE_TO_DESTINATION	(0xC0010029L)
-
-#define RNDIS_STATUS_TOKEN_RING_OPEN_ERROR	(0xC0011000L)
-
-/* Object Identifiers used by NdisRequest Query/Set Information */
-/* General Objects */
-#define RNDIS_OID_GEN_SUPPORTED_LIST		0x00010101
-#define RNDIS_OID_GEN_HARDWARE_STATUS		0x00010102
-#define RNDIS_OID_GEN_MEDIA_SUPPORTED		0x00010103
-#define RNDIS_OID_GEN_MEDIA_IN_USE		0x00010104
-#define RNDIS_OID_GEN_MAXIMUM_LOOKAHEAD		0x00010105
-#define RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE	0x00010106
-#define RNDIS_OID_GEN_LINK_SPEED		0x00010107
-#define RNDIS_OID_GEN_TRANSMIT_BUFFER_SPACE	0x00010108
-#define RNDIS_OID_GEN_RECEIVE_BUFFER_SPACE	0x00010109
-#define RNDIS_OID_GEN_TRANSMIT_BLOCK_SIZE	0x0001010A
-#define RNDIS_OID_GEN_RECEIVE_BLOCK_SIZE	0x0001010B
-#define RNDIS_OID_GEN_VENDOR_ID			0x0001010C
-#define RNDIS_OID_GEN_VENDOR_DESCRIPTION	0x0001010D
-#define RNDIS_OID_GEN_CURRENT_PACKET_FILTER	0x0001010E
-#define RNDIS_OID_GEN_CURRENT_LOOKAHEAD		0x0001010F
-#define RNDIS_OID_GEN_DRIVER_VERSION		0x00010110
-#define RNDIS_OID_GEN_MAXIMUM_TOTAL_SIZE	0x00010111
-#define RNDIS_OID_GEN_PROTOCOL_OPTIONS		0x00010112
-#define RNDIS_OID_GEN_MAC_OPTIONS		0x00010113
-#define RNDIS_OID_GEN_MEDIA_CONNECT_STATUS	0x00010114
-#define RNDIS_OID_GEN_MAXIMUM_SEND_PACKETS	0x00010115
-#define RNDIS_OID_GEN_VENDOR_DRIVER_VERSION	0x00010116
-#define RNDIS_OID_GEN_NETWORK_LAYER_ADDRESSES	0x00010118
-#define RNDIS_OID_GEN_TRANSPORT_HEADER_OFFSET	0x00010119
-#define RNDIS_OID_GEN_MACHINE_NAME		0x0001021A
-#define RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER	0x0001021B
-
-#define RNDIS_OID_GEN_XMIT_OK			0x00020101
-#define RNDIS_OID_GEN_RCV_OK			0x00020102
-#define RNDIS_OID_GEN_XMIT_ERROR		0x00020103
-#define RNDIS_OID_GEN_RCV_ERROR			0x00020104
-#define RNDIS_OID_GEN_RCV_NO_BUFFER		0x00020105
-
-#define RNDIS_OID_GEN_DIRECTED_BYTES_XMIT	0x00020201
-#define RNDIS_OID_GEN_DIRECTED_FRAMES_XMIT	0x00020202
-#define RNDIS_OID_GEN_MULTICAST_BYTES_XMIT	0x00020203
-#define RNDIS_OID_GEN_MULTICAST_FRAMES_XMIT	0x00020204
-#define RNDIS_OID_GEN_BROADCAST_BYTES_XMIT	0x00020205
-#define RNDIS_OID_GEN_BROADCAST_FRAMES_XMIT	0x00020206
-#define RNDIS_OID_GEN_DIRECTED_BYTES_RCV	0x00020207
-#define RNDIS_OID_GEN_DIRECTED_FRAMES_RCV	0x00020208
-#define RNDIS_OID_GEN_MULTICAST_BYTES_RCV	0x00020209
-#define RNDIS_OID_GEN_MULTICAST_FRAMES_RCV	0x0002020A
-#define RNDIS_OID_GEN_BROADCAST_BYTES_RCV	0x0002020B
-#define RNDIS_OID_GEN_BROADCAST_FRAMES_RCV	0x0002020C
-
-#define RNDIS_OID_GEN_RCV_CRC_ERROR		0x0002020D
-#define RNDIS_OID_GEN_TRANSMIT_QUEUE_LENGTH	0x0002020E
-
-#define RNDIS_OID_GEN_GET_TIME_CAPS		0x0002020F
-#define RNDIS_OID_GEN_GET_NETCARD_TIME		0x00020210
-
-/* These are connection-oriented general OIDs. */
-/* These replace the above OIDs for connection-oriented media. */
-#define RNDIS_OID_GEN_CO_SUPPORTED_LIST		0x00010101
-#define RNDIS_OID_GEN_CO_HARDWARE_STATUS	0x00010102
-#define RNDIS_OID_GEN_CO_MEDIA_SUPPORTED	0x00010103
-#define RNDIS_OID_GEN_CO_MEDIA_IN_USE		0x00010104
-#define RNDIS_OID_GEN_CO_LINK_SPEED		0x00010105
-#define RNDIS_OID_GEN_CO_VENDOR_ID		0x00010106
-#define RNDIS_OID_GEN_CO_VENDOR_DESCRIPTION	0x00010107
-#define RNDIS_OID_GEN_CO_DRIVER_VERSION		0x00010108
-#define RNDIS_OID_GEN_CO_PROTOCOL_OPTIONS	0x00010109
-#define RNDIS_OID_GEN_CO_MAC_OPTIONS		0x0001010A
-#define RNDIS_OID_GEN_CO_MEDIA_CONNECT_STATUS	0x0001010B
-#define RNDIS_OID_GEN_CO_VENDOR_DRIVER_VERSION	0x0001010C
-#define RNDIS_OID_GEN_CO_MINIMUM_LINK_SPEED	0x0001010D
-
-#define RNDIS_OID_GEN_CO_GET_TIME_CAPS		0x00010201
-#define RNDIS_OID_GEN_CO_GET_NETCARD_TIME	0x00010202
-
-/* These are connection-oriented statistics OIDs. */
-#define RNDIS_OID_GEN_CO_XMIT_PDUS_OK		0x00020101
-#define RNDIS_OID_GEN_CO_RCV_PDUS_OK		0x00020102
-#define RNDIS_OID_GEN_CO_XMIT_PDUS_ERROR	0x00020103
-#define RNDIS_OID_GEN_CO_RCV_PDUS_ERROR		0x00020104
-#define RNDIS_OID_GEN_CO_RCV_PDUS_NO_BUFFER	0x00020105
-
-
-#define RNDIS_OID_GEN_CO_RCV_CRC_ERROR		0x00020201
-#define RNDIS_OID_GEN_CO_TRANSMIT_QUEUE_LENGTH	0x00020202
-#define RNDIS_OID_GEN_CO_BYTES_XMIT		0x00020203
-#define RNDIS_OID_GEN_CO_BYTES_RCV		0x00020204
-#define RNDIS_OID_GEN_CO_BYTES_XMIT_OUTSTANDING	0x00020205
-#define RNDIS_OID_GEN_CO_NETCARD_LOAD		0x00020206
-
-/* These are objects for Connection-oriented media call-managers. */
-#define RNDIS_OID_CO_ADD_PVC			0xFF000001
-#define RNDIS_OID_CO_DELETE_PVC			0xFF000002
-#define RNDIS_OID_CO_GET_CALL_INFORMATION	0xFF000003
-#define RNDIS_OID_CO_ADD_ADDRESS		0xFF000004
-#define RNDIS_OID_CO_DELETE_ADDRESS		0xFF000005
-#define RNDIS_OID_CO_GET_ADDRESSES		0xFF000006
-#define RNDIS_OID_CO_ADDRESS_CHANGE		0xFF000007
-#define RNDIS_OID_CO_SIGNALING_ENABLED		0xFF000008
-#define RNDIS_OID_CO_SIGNALING_DISABLED		0xFF000009
-
-/* 802.3 Objects (Ethernet) */
-#define RNDIS_OID_802_3_PERMANENT_ADDRESS	0x01010101
-#define RNDIS_OID_802_3_CURRENT_ADDRESS		0x01010102
-#define RNDIS_OID_802_3_MULTICAST_LIST		0x01010103
-#define RNDIS_OID_802_3_MAXIMUM_LIST_SIZE	0x01010104
-#define RNDIS_OID_802_3_MAC_OPTIONS		0x01010105
-
-#define NDIS_802_3_MAC_OPTION_PRIORITY		0x00000001
-
-#define RNDIS_OID_802_3_RCV_ERROR_ALIGNMENT	0x01020101
-#define RNDIS_OID_802_3_XMIT_ONE_COLLISION	0x01020102
-#define RNDIS_OID_802_3_XMIT_MORE_COLLISIONS	0x01020103
-
-#define RNDIS_OID_802_3_XMIT_DEFERRED		0x01020201
-#define RNDIS_OID_802_3_XMIT_MAX_COLLISIONS	0x01020202
-#define RNDIS_OID_802_3_RCV_OVERRUN		0x01020203
-#define RNDIS_OID_802_3_XMIT_UNDERRUN		0x01020204
-#define RNDIS_OID_802_3_XMIT_HEARTBEAT_FAILURE	0x01020205
-#define RNDIS_OID_802_3_XMIT_TIMES_CRS_LOST	0x01020206
-#define RNDIS_OID_802_3_XMIT_LATE_COLLISIONS	0x01020207
-
-/* Remote NDIS message types */
-#define REMOTE_NDIS_PACKET_MSG			0x00000001
-#define REMOTE_NDIS_INITIALIZE_MSG		0x00000002
-#define REMOTE_NDIS_HALT_MSG			0x00000003
-#define REMOTE_NDIS_QUERY_MSG			0x00000004
-#define REMOTE_NDIS_SET_MSG			0x00000005
-#define REMOTE_NDIS_RESET_MSG			0x00000006
-#define REMOTE_NDIS_INDICATE_STATUS_MSG		0x00000007
-#define REMOTE_NDIS_KEEPALIVE_MSG		0x00000008
-
-#define REMOTE_CONDIS_MP_CREATE_VC_MSG		0x00008001
-#define REMOTE_CONDIS_MP_DELETE_VC_MSG		0x00008002
-#define REMOTE_CONDIS_MP_ACTIVATE_VC_MSG	0x00008005
-#define REMOTE_CONDIS_MP_DEACTIVATE_VC_MSG	0x00008006
-#define REMOTE_CONDIS_INDICATE_STATUS_MSG	0x00008007
-
-/* Remote NDIS message completion types */
-#define REMOTE_NDIS_INITIALIZE_CMPLT		0x80000002
-#define REMOTE_NDIS_QUERY_CMPLT			0x80000004
-#define REMOTE_NDIS_SET_CMPLT			0x80000005
-#define REMOTE_NDIS_RESET_CMPLT			0x80000006
-#define REMOTE_NDIS_KEEPALIVE_CMPLT		0x80000008
-
-#define REMOTE_CONDIS_MP_CREATE_VC_CMPLT	0x80008001
-#define REMOTE_CONDIS_MP_DELETE_VC_CMPLT	0x80008002
-#define REMOTE_CONDIS_MP_ACTIVATE_VC_CMPLT	0x80008005
-#define REMOTE_CONDIS_MP_DEACTIVATE_VC_CMPLT	0x80008006
-
-/*
- * Reserved message type for private communication between lower-layer host
- * driver and remote device, if necessary.
- */
-#define REMOTE_NDIS_BUS_MSG			0xff000001
-
-/*  Defines for DeviceFlags in struct rndis_initialize_complete */
-#define RNDIS_DF_CONNECTIONLESS			0x00000001
-#define RNDIS_DF_CONNECTION_ORIENTED		0x00000002
-#define RNDIS_DF_RAW_DATA			0x00000004
-
-/*  Remote NDIS medium types. */
-#define RNDIS_MEDIUM_802_3			0x00000000
-#define RNDIS_MEDIUM_802_5			0x00000001
-#define RNDIS_MEDIUM_FDDI				0x00000002
-#define RNDIS_MEDIUM_WAN				0x00000003
-#define RNDIS_MEDIUM_LOCAL_TALK			0x00000004
-#define RNDIS_MEDIUM_ARCNET_RAW			0x00000006
-#define RNDIS_MEDIUM_ARCNET_878_2			0x00000007
-#define RNDIS_MEDIUM_ATM				0x00000008
-#define RNDIS_MEDIUM_WIRELESS_WAN			0x00000009
-#define RNDIS_MEDIUM_IRDA				0x0000000a
-#define RNDIS_MEDIUM_CO_WAN			0x0000000b
-/* Not a real medium, defined as an upper-bound */
-#define RNDIS_MEDIUM_MAX				0x0000000d
-
-
-/* Remote NDIS medium connection states. */
-#define RNDIS_MEDIA_STATE_CONNECTED		0x00000000
-#define RNDIS_MEDIA_STATE_DISCONNECTED		0x00000001
-
-/*  Remote NDIS version numbers */
-#define RNDIS_MAJOR_VERSION			0x00000001
-#define RNDIS_MINOR_VERSION			0x00000000
-
-
-/* NdisInitialize message */
-struct rndis_initialize_request {
-	u32 req_id;
-	u32 major_ver;
-	u32 minor_ver;
-	u32 max_xfer_size;
-};
-
-/* Response to NdisInitialize */
-struct rndis_initialize_complete {
-	u32 req_id;
-	u32 status;
-	u32 major_ver;
-	u32 minor_ver;
-	u32 dev_flags;
-	u32 medium;
-	u32 max_pkt_per_msg;
-	u32 max_xfer_size;
-	u32 pkt_alignment_factor;
-	u32 af_list_offset;
-	u32 af_list_size;
-};
-
-/* Call manager devices only: Information about an address family */
-/* supported by the device is appended to the response to NdisInitialize. */
-struct rndis_co_address_family {
-	u32 address_family;
-	u32 major_ver;
-	u32 minor_ver;
-};
-
-/* NdisHalt message */
-struct rndis_halt_request {
-	u32 req_id;
-};
-
-/* NdisQueryRequest message */
-struct rndis_query_request {
-	u32 req_id;
-	u32 oid;
-	u32 info_buflen;
-	u32 info_buf_offset;
-	u32 dev_vc_handle;
-};
-
-/* Response to NdisQueryRequest */
-struct rndis_query_complete {
-	u32 req_id;
-	u32 status;
-	u32 info_buflen;
-	u32 info_buf_offset;
-};
-
-/* NdisSetRequest message */
-struct rndis_set_request {
-	u32 req_id;
-	u32 oid;
-	u32 info_buflen;
-	u32 info_buf_offset;
-	u32 dev_vc_handle;
-};
-
-/* Response to NdisSetRequest */
-struct rndis_set_complete {
-	u32 req_id;
-	u32 status;
-};
-
-/* NdisReset message */
-struct rndis_reset_request {
-	u32 reserved;
-};
-
-/* Response to NdisReset */
-struct rndis_reset_complete {
-	u32 status;
-	u32 addressing_reset;
-};
-
-/* NdisMIndicateStatus message */
-struct rndis_indicate_status {
-	u32 status;
-	u32 status_buflen;
-	u32 status_buf_offset;
-};
-
-/* Diagnostic information passed as the status buffer in */
-/* struct rndis_indicate_status messages signifying error conditions. */
-struct rndis_diagnostic_info {
-	u32 diag_status;
-	u32 error_offset;
-};
-
-/* NdisKeepAlive message */
-struct rndis_keepalive_request {
-	u32 req_id;
-};
-
-/* Response to NdisKeepAlive */
-struct rndis_keepalive_complete {
-	u32 req_id;
-	u32 status;
-};
-
-/*
- * Data message. All Offset fields contain byte offsets from the beginning of
- * struct rndis_packet. All Length fields are in bytes.  VcHandle is set
- * to 0 for connectionless data, otherwise it contains the VC handle.
- */
-struct rndis_packet {
-	u32 data_offset;
-	u32 data_len;
-	u32 oob_data_offset;
-	u32 oob_data_len;
-	u32 num_oob_data_elements;
-	u32 per_pkt_info_offset;
-	u32 per_pkt_info_len;
-	u32 vc_handle;
-	u32 reserved;
-};
-
-/* Optional Out of Band data associated with a Data message. */
-struct rndis_oobd {
-	u32 size;
-	u32 type;
-	u32 class_info_offset;
-};
-
-/* Packet extension field contents associated with a Data message. */
-struct rndis_per_packet_info {
-	u32 size;
-	u32 type;
-	u32 per_pkt_info_offset;
-};
-
-/* Format of Information buffer passed in a SetRequest for the OID */
-/* OID_GEN_RNDIS_CONFIG_PARAMETER. */
-struct rndis_config_parameter_info {
-	u32 parameter_name_offset;
-	u32 parameter_name_length;
-	u32 parameter_type;
-	u32 parameter_value_offset;
-	u32 parameter_value_length;
-};
-
-/* Values for ParameterType in struct rndis_config_parameter_info */
-#define RNDIS_CONFIG_PARAM_TYPE_INTEGER     0
-#define RNDIS_CONFIG_PARAM_TYPE_STRING      2
-
-/* CONDIS Miniport messages for connection oriented devices */
-/* that do not implement a call manager. */
-
-/* CoNdisMiniportCreateVc message */
-struct rcondis_mp_create_vc {
-	u32 req_id;
-	u32 ndis_vc_handle;
-};
-
-/* Response to CoNdisMiniportCreateVc */
-struct rcondis_mp_create_vc_complete {
-	u32 req_id;
-	u32 dev_vc_handle;
-	u32 status;
-};
-
-/* CoNdisMiniportDeleteVc message */
-struct rcondis_mp_delete_vc {
-	u32 req_id;
-	u32 dev_vc_handle;
-};
-
-/* Response to CoNdisMiniportDeleteVc */
-struct rcondis_mp_delete_vc_complete {
-	u32 req_id;
-	u32 status;
-};
-
-/* CoNdisMiniportQueryRequest message */
-struct rcondis_mp_query_request {
-	u32 req_id;
-	u32 request_type;
-	u32 oid;
-	u32 dev_vc_handle;
-	u32 info_buflen;
-	u32 info_buf_offset;
-};
-
-/* CoNdisMiniportSetRequest message */
-struct rcondis_mp_set_request {
-	u32 req_id;
-	u32 request_type;
-	u32 oid;
-	u32 dev_vc_handle;
-	u32 info_buflen;
-	u32 info_buf_offset;
-};
-
-/* CoNdisIndicateStatus message */
-struct rcondis_indicate_status {
-	u32 ndis_vc_handle;
-	u32 status;
-	u32 status_buflen;
-	u32 status_buf_offset;
-};
-
-/* CONDIS Call/VC parameters */
-struct rcondis_specific_parameters {
-	u32 parameter_type;
-	u32 parameter_length;
-	u32 parameter_lffset;
-};
-
-struct rcondis_media_parameters {
-	u32 flags;
-	u32 reserved1;
-	u32 reserved2;
-	struct rcondis_specific_parameters media_specific;
-};
-
-struct rndis_flowspec {
-	u32 token_rate;
-	u32 token_bucket_size;
-	u32 peak_bandwidth;
-	u32 latency;
-	u32 delay_variation;
-	u32 service_type;
-	u32 max_sdu_size;
-	u32 minimum_policed_size;
-};
-
-struct rcondis_call_manager_parameters {
-	struct rndis_flowspec transmit;
-	struct rndis_flowspec receive;
-	struct rcondis_specific_parameters call_mgr_specific;
-};
-
-/* CoNdisMiniportActivateVc message */
-struct rcondis_mp_activate_vc_request {
-	u32 req_id;
-	u32 flags;
-	u32 dev_vc_handle;
-	u32 media_params_offset;
-	u32 media_params_length;
-	u32 call_mgr_params_offset;
-	u32 call_mgr_params_length;
-};
-
-/* Response to CoNdisMiniportActivateVc */
-struct rcondis_mp_activate_vc_complete {
-	u32 req_id;
-	u32 status;
-};
-
-/* CoNdisMiniportDeactivateVc message */
-struct rcondis_mp_deactivate_vc_request {
-	u32 req_id;
-	u32 flags;
-	u32 dev_vc_handle;
-};
-
-/* Response to CoNdisMiniportDeactivateVc */
-struct rcondis_mp_deactivate_vc_complete {
-	u32 req_id;
-	u32 status;
-};
-
-
-/* union with all of the RNDIS messages */
-union rndis_message_container {
-	struct rndis_packet pkt;
-	struct rndis_initialize_request init_req;
-	struct rndis_halt_request halt_req;
-	struct rndis_query_request query_req;
-	struct rndis_set_request set_req;
-	struct rndis_reset_request reset_req;
-	struct rndis_keepalive_request keep_alive_req;
-	struct rndis_indicate_status indicate_status;
-	struct rndis_initialize_complete init_complete;
-	struct rndis_query_complete query_complete;
-	struct rndis_set_complete set_complete;
-	struct rndis_reset_complete reset_complete;
-	struct rndis_keepalive_complete keep_alive_complete;
-	struct rcondis_mp_create_vc co_miniport_create_vc;
-	struct rcondis_mp_delete_vc co_miniport_delete_vc;
-	struct rcondis_indicate_status co_indicate_status;
-	struct rcondis_mp_activate_vc_request co_miniport_activate_vc;
-	struct rcondis_mp_deactivate_vc_request co_miniport_deactivate_vc;
-	struct rcondis_mp_create_vc_complete co_miniport_create_vc_complete;
-	struct rcondis_mp_delete_vc_complete co_miniport_delete_vc_complete;
-	struct rcondis_mp_activate_vc_complete co_miniport_activate_vc_complete;
-	struct rcondis_mp_deactivate_vc_complete
-		co_miniport_deactivate_vc_complete;
-};
-
-/* Remote NDIS message format */
-struct rndis_message {
-	u32 ndis_msg_type;
-
-	/* Total length of this message, from the beginning */
-	/* of the sruct rndis_message, in bytes. */
-	u32 msg_len;
-
-	/* Actual message */
-	union rndis_message_container msg;
-};
-
-/* Handy macros */
-
-/* get the size of an RNDIS message. Pass in the message type, */
-/* struct rndis_set_request, struct rndis_packet for example */
-#define RNDIS_MESSAGE_SIZE(msg)				\
-	(sizeof(msg) + (sizeof(struct rndis_message) -	\
-	 sizeof(union rndis_message_container)))
-
-/* get pointer to info buffer with message pointer */
-#define MESSAGE_TO_INFO_BUFFER(msg)				\
-	(((unsigned char *)(msg)) + msg->info_buf_offset)
-
-/* get pointer to status buffer with message pointer */
-#define MESSAGE_TO_STATUS_BUFFER(msg)			\
-	(((unsigned char *)(msg)) + msg->status_buf_offset)
-
-/* get pointer to OOBD buffer with message pointer */
-#define MESSAGE_TO_OOBD_BUFFER(msg)				\
-	(((unsigned char *)(msg)) + msg->oob_data_offset)
-
-/* get pointer to data buffer with message pointer */
-#define MESSAGE_TO_DATA_BUFFER(msg)				\
-	(((unsigned char *)(msg)) + msg->per_pkt_info_offset)
-
-/* get pointer to contained message from NDIS_MESSAGE pointer */
-#define RNDIS_MESSAGE_PTR_TO_MESSAGE_PTR(rndis_msg)		\
-	((void *) &rndis_msg->msg)
-
-/* get pointer to contained message from NDIS_MESSAGE pointer */
-#define RNDIS_MESSAGE_RAW_PTR_TO_MESSAGE_PTR(rndis_msg)	\
-	((void *) rndis_msg)
-
-#endif /* _RNDIS_H_ */
-- 
1.7.4.1


  parent reply	other threads:[~2011-05-10  8:41 UTC|newest]

Thread overview: 217+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-09 21:57 [PATCH 000/206] Staging: hv: Cleanup hv drivers K. Y. Srinivasan
2011-05-09 21:54 ` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 002/206] Staging: hv: Cleanup spin lock usage K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 003/206] Staging: hv: Fix some locking issues K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 004/206] Staging: hv: Rename driver name variable K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 005/206] Staging: hv: Rename the device type variable K. Y. Srinivasan
2011-05-10 10:11     ` Jonathan Cameron
2011-05-10 12:13       ` Greg KH
2011-05-10 12:43         ` Jonathan Cameron
2011-05-09 21:54   ` [PATCH 006/206] Staging: hv: Change the name of struct storvsc_driver_object K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 007/206] Staging: hv: Change the name of blkvsc driver variable K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 008/206] Staging: hv: Rename variables of type struct storvsc_driver * K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 009/206] Staging: hv: Rename the function blk_vsc_on_device_add K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 010/206] Staging: hv: Get rid of the indirection for invoking device_add K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 011/206] Staging: hv: Rename the function stor_vsc_device_add K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 012/206] Staging: hv: Rename the function stor_vsc_on_device_remove K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 013/206] Staging: hv: Get rid of the indirection for removing stor device K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 014/206] Staging: hv: Rename the function stor_vsc_on_cleanup K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 015/206] Staging: hv: Get rid of the indirection for invoking cleanup function K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 016/206] Staging: hv: Rename the function stor_vsc_on_io_request K. Y. Srinivasan
2011-05-09 21:54   ` [PATCH 017/206] Staging: hv: Get rid of the indirection for invoking io request K. Y. Srinivasan
2011-05-10  7:01     ` Christoph Hellwig
2011-05-09 21:55   ` [PATCH 018/206] Staging: hv: Statically initialize pointers for probe etc K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 019/206] Staging: hv: Get rid of the calls to storvsc_cleanup K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 020/206] Staging: hv: Rename the function stor_vsc_get_major_info() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 021/206] Staging: hv: Introduce a function to wait to drain outgoing I/O K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 022/206] Staging: hv: Use the newly introduced I/O drain synch method K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 023/206] Staging: hv: Cleanup blkvsc_remove() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 024/206] Staging: hv: Cleanup blkvsc_shutdown() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 025/206] Staging: hv: Rename stor_vsc_channel_init() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 026/206] Staging: hv: Rename stor_vsc_on_io_completion K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 027/206] Staging: hv: Rename stor_vsc_on_receive K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 028/206] Staging: hv: Rename stor_vsc_on_channel_callback K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 029/206] Staging: hv: Rename stor_vsc_connect_to_vsp K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 030/206] Staging: hv: Get rid of/change some dated comments K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 031/206] Staging: hv: Get rid of some unnecessary DPRINTS K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 032/206] Staging: hv: Rename g_driver_name K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 033/206] Staging: hv: Rename struct host_device_context K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 034/206] Staging: hv: Rename variables pointing to struct hv_host_device K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 035/206] Staging: hv: Rename the struct hv_device * element of " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 036/206] Staging: hv: Rename variables pointing to struct hv_device K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 037/206] Staging: hv: Get rid of some dated comments K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 038/206] Staging: hv: Get rid of some DPRINTS K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 039/206] Staging: hv: Get rid of the forward declaration for storvsc_device_alloc() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 040/206] Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 041/206] Staging: hv: Get rid of the forward declaration for storvsc_device_configure() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 042/206] Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 043/206] Staging: hv: Get rid of the forward declaration for do_bounce_buffer() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 044/206] Staging: hv: Get rid of the forward declaration for create_bounce_buffer() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 045/206] Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 046/206] Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 047/206] Staging: hv: Get rid of the forward declaration of storvsc_remove() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 048/206] Staging: hv: Get rid of the forward declaration of storvsc_get_chs() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 049/206] Staging: hv: Staging: hv: Rename the function stor_vsc_on_host_reset() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 050/206] Staging: hv: Rename stor_vsc_initialize() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 051/206] Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 052/206] Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 053/206] Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 054/206] Staging: hv: Move module parameters " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 055/206] Staging: hv: Move the function storvsc_commmand_completion() " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 056/206] Staging: hv: Get rid of the forward declaration of storvsc_queuecommand() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 057/206] Staging: hv: Get rid of the forward declaration of storvsc_probe() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 058/206] Staging: hv: Rename the driver variable K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 059/206] Staging: hv: Move the declaration of " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 060/206] Staging: hv: Statically initialize probe/remove elements of the driver K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 061/206] Staging: hv: Get rid of unnecessary comments/dead code K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 062/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_remove() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 063/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_add() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 064/206] Staging: hv: Get rid of the indirection in invoking storvsc_do_io() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 065/206] Staging: hv: Get rid of the code initializing the dispatch table K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 066/206] Staging: hv: Simplify the code for getting the drive parameters K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 067/206] Staging: hv: Make the function netvsc_device_add() non static K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 068/206] Staging: hv: Make netvsc_device_remove " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 069/206] Staging: hv: Get rid of netvsc_cleanup() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 070/206] Staging: hv: Make rndis_filte_device_add() non static K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 071/206] Staging: hv: Make rndis_filter_device_remove() " K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 072/206] Staging: hv: Get rid of rndis_filter_cleanup() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 073/206] Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 074/206] Staging: hv: Get rid of the indirection to invoke netvsc_device_add() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 075/206] Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 076/206] Staging: hv: Get rid of the indirection in invoking netvsc_device_remove() K. Y. Srinivasan
2011-05-09 21:55   ` [PATCH 077/206] Staging: hv: Get rid of call to cleanup() K. Y. Srinivasan
2011-05-09 22:53     ` Greg KH
2011-05-09 23:53       ` KY Srinivasan
2011-05-10  0:18         ` Greg KH
2011-05-09 21:56   ` [PATCH 078/206] Staging: hv: Get rid of unnecessary code in netvsc.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 079/206] Staging: hv: Get rid of some unnecessary code in rndis_filter.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 080/206] Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add() K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 081/206] Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_remove K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 082/206] Staging: hv: Get rid of the mouse cleanup() function K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 083/206] Staging: hv: Cleanup mouse_vsc_initialize() K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 084/206] Staging: hv: Get rid of dev_add from struct hv_driver K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 085/206] Staging: hv: Get rid of dev_rm " K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 086/206] Staging: hv: Cleanup calls to cleanup in storvsc_drv.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 087/206] Staging: hv: Cleanup calls to cleanup() in hv_mouse.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 088/206] Staging: hv: Get rid of cleanup from struct hv_driver K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 089/206] Staging: hv: Rename the variable g_netvsc_drv K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 090/206] Staging: hv: Move the declaration of the variable netvsc_drv K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 091/206] Staging: hv: Statically initialize probe/remove K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 092/206] Staging: hv: Rename the variable g_mousevsc_drv K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 093/206] Staging: hv: Move the declaration of the variable mousevsc_drv K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 094/206] Staging: hv: Statically initialize probe/remove K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 095/206] Staging: hv: Rename the function ringbuffer_init K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 096/206] Staging: hv: Rename ringbuffer_cleanup K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 097/206] Staging: hv: Rename ringbuffer_write K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 098/206] Staging: hv: Rename ringbuffer_peek K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 099/206] Staging: hv: Rename ringbuffer_read K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 100/206] Staging: hv: Rename get_ringbuffer_interrupt_mask K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 101/206] Staging: hv: Rename dump_ring_info K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 102/206] Staging: hv: Rename ringbuffer_get_debuginfo K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 103/206] Staging: hv: Rename all static functions in ring_buffer.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 104/206] Staging: hv: Cleanup comments " K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 105/206] Staging: hv: Get rid of the forward declaration of hv_copyfrom_ringbuffer K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 106/206] Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer() K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 107/206] Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 108/206] Staging: hv: Cleanup ring_buffer.h K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 109/206] Staging: hv: Rename the variable gSupportedDeviceClasses K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 110/206] Staging: hv: Rename the variable messageHandler K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 111/206] Staging: hv: Rename the variable messageType K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 112/206] Staging: hv: Rename the variable gChannelMessageTable K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 113/206] Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 114/206] Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 115/206] Staging: hv: Use completion abstraction in struct netvsc_device K. Y. Srinivasan
2011-05-10  7:06     ` Christoph Hellwig
2011-05-10 12:52       ` KY Srinivasan
2011-05-09 21:56   ` [PATCH 116/206] Staging: hv: Use the completion abstraction in struct rndis_request K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 117/206] Staging: hv: Get rid of some dead code in channel.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 118/206] Staging: hv: Change Cleanup to cleanup K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 119/206] Staging: hv: Get rid of some dead code in connection.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 120/206] Staging: hv: Get rid of some dead code from hv.c K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 121/206] Staging: hv: Change Cleanup to cleanup K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 122/206] Staging: hv: Get rid of unnecessary state from struct storvsc_driver K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 123/206] Staging: hv: Get rid unnecessary DPRINT K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 124/206] Staging: hv: Get rid of unnecessary code/comments K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 125/206] Staging: hv: Assign the name directly K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 126/206] Staging: hv: Move the assignment of driver name K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 127/206] Staging: hv: Inline the copying of dev_type guid K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 128/206] Staging: hv: Now get rid of the empty function K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 129/206] Staging: hv: Move the sector size check into blkvsc_drv_init K. Y. Srinivasan
2011-05-10  8:49     ` Christoph Hellwig
2011-05-09 21:56   ` [PATCH 130/206] Staging: hv: Make blkvsc_drv_init the module init function K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 131/206] Staging: hv: Get rid of some unnecessary DPRINTs K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 132/206] Staging: hv: Compute max_outstanding_req_per_channel where it is needed K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 133/206] Staging: hv: Get rid of max_outstanding_req_per_channel from struct storvsc_driver K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 134/206] Staging: hv: Add ring_buffer_size to struct storvsc_device_info K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 135/206] Staging: hv: Use the rinbuffer size info in " K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 136/206] Staging: hv: Get rid of the unnecessary assignment of ring size K. Y. Srinivasan
2011-05-09 21:56   ` [PATCH 137/206] Staging: hv: Get rid of the ring size state from struct storvsc_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 138/206] Staging: hv: Directly assign the driver name K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 139/206] Staging: hv: Move the assignment of name to the hv_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 140/206] Staging: hv: Inline the copying of the dev_type information K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 141/206] Staging: hv: Now get rid of an empty function K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 142/206] Staging: hv: Get rid of some unused functions K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 143/206] Staging: hv: Make storvsc_drv an instance of hv_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 144/206] Staging: hv: Make blkvsc_drv an instance of struct hv_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 145/206] Staging: hv: Get rid of struct storvsc_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 146/206] Staging: hv: Directly assign the driver name K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 147/206] Staging: hv: Move the assignment of name variable K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 148/206] Staging: hv: Move the code to copy dev_type information K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 149/206] Staging: hv: Get rid of an empty function K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 150/206] Staging: hv: Make mousevsc_drv an instance of struct hv_driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 151/206] Staging: hv: Get rid of some unused code K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 152/206] Staging: hv: Create a common header for all hyperv drivers to include K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 153/206] Staging: hv:Include the contents of channel.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 154/206] Staging: hv: Include the contents of channel_mgmt.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 155/206] Staging: hv: Include the contents of ring_buffer.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 156/206] Staging: hv: Include the contents of vmbus_channel_interface.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 157/206] Staging: hv: Include the contents of vmbus_packet_format.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 158/206] Staging: hv: Include the contents of logging.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 159/206] Staging: hv: Include the contents of version_info.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 160/206] Staging: hv: Add the contents of vmbus_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 161/206] Staging: hv: Include the contents of vmbus.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 162/206] Staging: hv: Cleanup the newly created header file K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 163/206] Staging: hv: Include asm/hyperv.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 164/206] Staging: hv: Add the definition hv_guid K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 165/206] Staging: hv: Add a new header file to include all header files private to vmbus core K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 166/206] Staging: hv: Include a subset of the contents of hv_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 167/206] Staging: hv: Add " K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 168/206] Staging: hv: Add the ringbuffer interfaces K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 169/206] Staging: hv: Include the contents of vmbus_private.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 170/206] Staging: hv: Cleanup the newly created header file K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 171/206] Staging: hv: Create a header file that has all the definitions needed to build Hyper-V storage drivers K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 172/206] Staging: hv: Include the contents of vstorage.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 173/206] Staging: hv: Include the contents of storvsc_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 174/206] Staging: hv: Create a single header file for hyper-v network drivers K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 175/206] Staging: hv: Include the contents of netvsc_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 176/206] Staging: hv: Include the contents of netvsc.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 177/206] Staging: hv: Include the contents of rndis.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 178/206] Staging: hv: Include the contents of rndis_filter.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 179/206] Staging: hv: Include the contents of utils.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 180/206] Staging: hv: Include the newly created header files in blkvsc_drv.c K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 181/206] Staging: hv: Include the newly created header files in storvsc.c K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 182/206] Staging: hv: Include the newly created header files in storvsc_drv.c K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 183/206] Staging: hv: Include the new header files in the network driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 184/206] Staging: hv: Include the new header files in vmbus driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 185/206] Staging: hv: Include the newly created header file in the util driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 186/206] Staging: hv: Include the newly created header file in the mouse driver K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 187/206] Staging: hv: Get rid of channel.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 188/206] Staging: hv: Get rid of channel_mgmt.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 189/206] Staging: hv: Get rid of hv_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 190/206] Staging: hv: Get rid of hv.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 191/206] Staging: hv: Get rid of logging.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 192/206] Staging: hv: Get rid of netvsc_api.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 193/206] Staging: hv: Get rid of netvsc.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 194/206] Staging: hv: Get rid of ring_buffer.h K. Y. Srinivasan
2011-05-09 21:57   ` [PATCH 195/206] Staging: hv: Get rid of rndis_filter.h K. Y. Srinivasan
2011-05-09 21:57   ` K. Y. Srinivasan [this message]
2011-05-09 21:57   ` [PATCH 197/206] Staging: hv: Get rid of storvsc_api.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 198/206] Staging: hv: Get rid of utils.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 199/206] Staging: hv: Get rid of version_info.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 200/206] Staging: hv: Get rid of vmbus_api.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 201/206] Staging: hv: Get rid of vmbus_channel_interface.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 202/206] Staging: hv: Get rid of vmbus.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 203/206] Staging: hv: Get rid of vmbus_packet_format.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 204/206] Staging: hv: Get rid of vmbus_private.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 205/206] Staging: hv: Get rid of vstorage.h K. Y. Srinivasan
2011-05-09 21:58   ` [PATCH 206/206] Staging: hv: Get rid of the function count_hv_channel() K. Y. Srinivasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1304978288-22999-196-git-send-email-kys@microsoft.com \
    --to=kys@microsoft.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=haiyangz@microsoft.com \
    --cc=hjanssen@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v-abkane@microsoft.com \
    --cc=virtualization@lists.osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox