Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
osdep_intf.h File Reference
#include "osdep_service.h"
#include "drv_types.h"

Go to the source code of this file.

Data Structures

struct  intf_priv
 

Macros

#define RND4(x)   (((x >> 2) + (((x & 3) == 0) ? 0 : 1)) << 2)
 

Functions

int r871x_ioctl (struct net_device *dev, struct ifreq *rq, int cmd)
 

Macro Definition Documentation

#define RND4 (   x)    (((x >> 2) + (((x & 3) == 0) ? 0 : 1)) << 2)

Definition at line 32 of file osdep_intf.h.

Function Documentation

int r871x_ioctl ( struct net_device dev,
struct ifreq rq,
int  cmd 
)

Definition at line 2245 of file rtl871x_ioctl_linux.c.