Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gdm_wimax.h File Reference
#include <linux/netdevice.h>
#include <linux/types.h>
#include "wm_ioctl.h"

Go to the source code of this file.

Data Structures

struct  phy_dev
 
struct  nic
 

Macros

#define DRIVER_VERSION   "3.2.3"
 
#define H2L(x)   __cpu_to_le16(x)
 
#define L2H(x)   __le16_to_cpu(x)
 
#define DH2L(x)   __cpu_to_le32(x)
 
#define DL2H(x)   __le32_to_cpu(x)
 
#define H2B(x)   __cpu_to_be16(x)
 
#define B2H(x)   __be16_to_cpu(x)
 
#define DH2B(x)   __cpu_to_be32(x)
 
#define DB2H(x)   __be32_to_cpu(x)
 
#define dprintk(...)
 

Functions

int register_wimax_device (struct phy_dev *phy_dev, struct device *pdev)
 
int gdm_wimax_send_tx (struct sk_buff *skb, struct net_device *dev)
 
void unregister_wimax_device (struct phy_dev *phy_dev)
 

Macro Definition Documentation

#define B2H (   x)    __be16_to_cpu(x)

Definition at line 36 of file gdm_wimax.h.

#define DB2H (   x)    __be32_to_cpu(x)

Definition at line 38 of file gdm_wimax.h.

#define DH2B (   x)    __cpu_to_be32(x)

Definition at line 37 of file gdm_wimax.h.

#define DH2L (   x)    __cpu_to_le32(x)

Definition at line 32 of file gdm_wimax.h.

#define DL2H (   x)    __le32_to_cpu(x)

Definition at line 33 of file gdm_wimax.h.

#define dprintk (   ...)

Definition at line 69 of file gdm_wimax.h.

#define DRIVER_VERSION   "3.2.3"

Definition at line 24 of file gdm_wimax.h.

#define H2B (   x)    __cpu_to_be16(x)

Definition at line 35 of file gdm_wimax.h.

#define H2L (   x)    __cpu_to_le16(x)

Definition at line 30 of file gdm_wimax.h.

#define L2H (   x)    __le16_to_cpu(x)

Definition at line 31 of file gdm_wimax.h.

Function Documentation

int gdm_wimax_send_tx ( struct sk_buff skb,
struct net_device dev 
)

Definition at line 395 of file gdm_wimax.c.

int register_wimax_device ( struct phy_dev phy_dev,
struct device pdev 
)

Definition at line 942 of file gdm_wimax.c.

void unregister_wimax_device ( struct phy_dev phy_dev)

Definition at line 1004 of file gdm_wimax.c.