Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CmHost.h
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 #ifndef _CM_HOST_H
18 #define _CM_HOST_H
19 
20 #pragma once
21 #pragma pack (push,4)
22 
23 #define DSX_MESSAGE_EXCHANGE_BUFFER 0xBF60AC84 // This contains the pointer
24 #define DSX_MESSAGE_EXCHANGE_BUFFER_SIZE 72000 // 24 K Bytes
25 
27 typedef struct stLocalSFAddRequestAlt{
30 
36 
37 
39 
40  //USE_MEMORY_MANAGER();
42 
55 
59 // USE_MEMORY_MANAGER();
61 
75 
76 
86  /*
87  //Pointer location at which following connection manager param Structure can be read
88  //from the target. We only get the address location and we need to read out the
89  //entire connection manager param structure at the given location on target
90  */
94 
100 
113 
115 
128 
134 
135 ULONG StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer,UINT *puBufferLength);
136 
138 
141 
143 
144 
145 #pragma pack (pop)
146 
147 #endif