repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
drivers
/
usb
/
net
/
Zydas
/
menu_drv_macro.h
blob
91cc78e07881ab91e5e877f784cb315e6c67447a
1
#ifndef __MENU_DRV_MACRO_H
2
#define __MENU_DRV_MACRO_H
3
4
#define RDPhy 1
5
#define WRPhy 2
6
#define RDMAC 3
7
#define WRMAC 4
8
#define RDCNT 5
9
#define BUF_LEN 2048
10
11
#define T_bcnCnt 0
12
#define T_dtimCnt 1
13
#define T_txCmpCnt 2
14
#define T_rxCnt 3
15
#define T_retryFailCnt 4
16
#define T_txCnt 5
17
#define T_txIdleCnt 6
18
#define T_rxIdleCnt 7
19
#define T_rxDupCnt 8
20
21
#define ZD_MENU_DBG ZDAPIOCTL+4
22
#endif