Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
osdef1st.h File Reference
#include <asm/byteorder.h>

Go to the source code of this file.

Data Structures

struct  s_txd_os
 
struct  s_rxd_os
 

Macros

#define BIG_ENDIAN
 
#define USE_CAN_ADDR   /* DA and SA in MAC header are canonical. */
 
#define MB_OUTSIDE_SMC   /* SMT Mbufs outside of smc struct. */
 
#define SYNC   /* allow synchronous frames */
 
#define ESS   /* SBA End Station Support */
 
#define SMT_PANIC(smc, nr, msg)   printk(KERN_INFO "SMT PANIC: code: %d, msg: %s\n",nr,msg)
 
#define NUM_RECEIVE_BUFFERS   10
 
#define NUM_TRANSMIT_BUFFERS   10
 
#define NUM_SMT_BUF   4
 
#define HWM_ASYNC_TXD_COUNT   (NUM_TRANSMIT_BUFFERS + NUM_SMT_BUF)
 
#define HWM_SYNC_TXD_COUNT   HWM_ASYNC_TXD_COUNT
 
#define SMT_R1_RXD_COUNT   (1 + NUM_RECEIVE_BUFFERS)
 
#define SMT_R2_RXD_COUNT   0
 
#define AIX_REVERSE(x)   ((u32)le32_to_cpu((u32)(x)))
 
#define MDR_REVERSE(x)   ((u32)le32_to_cpu((u32)(x)))
 

Macro Definition Documentation

#define AIX_REVERSE (   x)    ((u32)le32_to_cpu((u32)(x)))

Definition at line 124 of file osdef1st.h.

#define BIG_ENDIAN

Definition at line 28 of file osdef1st.h.

#define ESS   /* SBA End Station Support */

Definition at line 50 of file osdef1st.h.

#define HWM_ASYNC_TXD_COUNT   (NUM_TRANSMIT_BUFFERS + NUM_SMT_BUF)

Definition at line 77 of file osdef1st.h.

#define HWM_SYNC_TXD_COUNT   HWM_ASYNC_TXD_COUNT

Definition at line 80 of file osdef1st.h.

#define MB_OUTSIDE_SMC   /* SMT Mbufs outside of smc struct. */

Definition at line 38 of file osdef1st.h.

#define MDR_REVERSE (   x)    ((u32)le32_to_cpu((u32)(x)))

Definition at line 125 of file osdef1st.h.

#define NUM_RECEIVE_BUFFERS   10

Definition at line 68 of file osdef1st.h.

#define NUM_SMT_BUF   4

Definition at line 74 of file osdef1st.h.

#define NUM_TRANSMIT_BUFFERS   10

Definition at line 71 of file osdef1st.h.

#define SMT_PANIC (   smc,
  nr,
  msg 
)    printk(KERN_INFO "SMT PANIC: code: %d, msg: %s\n",nr,msg)

Definition at line 52 of file osdef1st.h.

#define SMT_R1_RXD_COUNT   (1 + NUM_RECEIVE_BUFFERS)

Definition at line 88 of file osdef1st.h.

#define SMT_R2_RXD_COUNT   0

Definition at line 92 of file osdef1st.h.

#define SYNC   /* allow synchronous frames */

Definition at line 45 of file osdef1st.h.

#define USE_CAN_ADDR   /* DA and SA in MAC header are canonical. */

Definition at line 36 of file osdef1st.h.