Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
CmHost.h File Reference

: 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)
 

Detailed Description

: 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


(c) Beceem Communications Inc. All Rights Reserved

Author
: Rajeev Tirumala
Date
: September 8 , 2006 Date Author Version Description 08-Sep-06 Rajeev 0.1 Created

Definition in file CmHost.h.

Macro Definition Documentation

#define DSX_MESSAGE_EXCHANGE_BUFFER   0xBF60AC84

Definition at line 23 of file CmHost.h.

#define DSX_MESSAGE_EXCHANGE_BUFFER_SIZE   72000

Definition at line 24 of file CmHost.h.

Typedef Documentation

structure stLocalSFAddConfirmation

structure stLocalSFAddIndication

structure stLocalSFAddRequest

structure stLocalSFChangeConfirmation

structure stLocalSFChangeIndication

structure stLocalSFChangeRequest

Function Documentation

INT AllocAdapterDsxBuffer ( struct bcm_mini_adapter Adapter)

Definition at line 1608 of file CmHost.c.

BOOLEAN CmControlResponseMessage ( struct bcm_mini_adapter Adapter,
PVOID  pvBuffer 
)

Definition at line 1633 of file CmHost.c.

INT FreeAdapterDsxBuffer ( struct bcm_mini_adapter Adapter)

Definition at line 1621 of file CmHost.c.

ULONG SetUpTargetDsxBuffers ( struct bcm_mini_adapter Adapter)

Definition at line 1527 of file CmHost.c.

ULONG StoreCmControlResponseMessage ( struct bcm_mini_adapter Adapter,
PVOID  pvBuffer,
UINT puBufferLength 
)

Definition at line 1334 of file CmHost.c.