|
Linux Kernel
3.7.1
|
: Definitions for Connection Management Requests structure which we will use to setup our connection structures.Its high time we had a header file for CmHost.cpp to isolate the way f/w sends DSx messages and the way we interpret them in code. Revision History More...
Go to the source code of this file.
Data Structures | |
| struct | stLocalSFAddRequestAlt |
| structure stLocalSFAddRequest More... | |
| struct | stLocalSFAddIndicationAlt |
| structure stLocalSFAddIndication More... | |
| struct | stLocalSFAddConfirmationAlt |
| structure stLocalSFAddConfirmation More... | |
| struct | stLocalSFChangeRequestAlt |
| structure stLocalSFChangeRequest More... | |
| struct | stLocalSFChangeConfirmationAlt |
| structure stLocalSFChangeConfirmation More... | |
| struct | stLocalSFChangeIndicationAlt |
| structure stLocalSFChangeIndication More... | |
Macros | |
| #define | DSX_MESSAGE_EXCHANGE_BUFFER 0xBF60AC84 |
| #define | DSX_MESSAGE_EXCHANGE_BUFFER_SIZE 72000 |
Typedefs | |
| typedef struct stLocalSFAddRequestAlt | stLocalSFAddRequestAlt |
| structure stLocalSFAddRequest | |
| typedef struct stLocalSFAddIndicationAlt | stLocalSFAddIndicationAlt |
| structure stLocalSFAddIndication | |
| typedef struct stLocalSFAddConfirmationAlt | stLocalSFAddConfirmationAlt |
| structure stLocalSFAddConfirmation | |
| typedef struct stLocalSFChangeRequestAlt | stLocalSFChangeRequestAlt |
| structure stLocalSFChangeRequest | |
| typedef struct stLocalSFChangeConfirmationAlt | stLocalSFChangeConfirmationAlt |
| structure stLocalSFChangeConfirmation | |
| typedef struct stLocalSFChangeIndicationAlt | stLocalSFChangeIndicationAlt |
| structure stLocalSFChangeIndication | |
Functions | |
| ULONG | StoreCmControlResponseMessage (struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength) |
| INT | AllocAdapterDsxBuffer (struct bcm_mini_adapter *Adapter) |
| INT | FreeAdapterDsxBuffer (struct bcm_mini_adapter *Adapter) |
| ULONG | SetUpTargetDsxBuffers (struct bcm_mini_adapter *Adapter) |
| BOOLEAN | CmControlResponseMessage (struct bcm_mini_adapter *Adapter, PVOID pvBuffer) |
: Definitions for Connection Management Requests structure which we will use to setup our connection structures.Its high time we had a header file for CmHost.cpp to isolate the way f/w sends DSx messages and the way we interpret them in code. Revision History
Definition in file CmHost.h.
structure stLocalSFAddConfirmation
structure stLocalSFAddIndication
structure stLocalSFAddRequest
structure stLocalSFChangeConfirmation
structure stLocalSFChangeIndication
structure stLocalSFChangeRequest
| INT AllocAdapterDsxBuffer | ( | struct bcm_mini_adapter * | Adapter | ) |
| BOOLEAN CmControlResponseMessage | ( | struct bcm_mini_adapter * | Adapter, |
| PVOID | pvBuffer | ||
| ) |
| INT FreeAdapterDsxBuffer | ( | struct bcm_mini_adapter * | Adapter | ) |
| ULONG SetUpTargetDsxBuffers | ( | struct bcm_mini_adapter * | Adapter | ) |
1.8.2