projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: preliminary Ubiquiti Bullet M support
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx.h
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index
d012b73
..
dd19f44
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@
-38,7
+38,7
@@
#define ETH_FCS_LEN 4
#define AG71XX_DRV_NAME "ag71xx"
#define ETH_FCS_LEN 4
#define AG71XX_DRV_NAME "ag71xx"
-#define AG71XX_DRV_VERSION "0.5.2
1
"
+#define AG71XX_DRV_VERSION "0.5.2
3
"
#define AG71XX_NAPI_WEIGHT 64
#define AG71XX_OOM_REFILL (1 + HZ/10)
#define AG71XX_NAPI_WEIGHT 64
#define AG71XX_OOM_REFILL (1 + HZ/10)
@@
-85,16
+85,18
@@
struct ag71xx_desc {
#define DESC_PKTLEN_M 0xfff
u32 next;
u32 pad;
#define DESC_PKTLEN_M 0xfff
u32 next;
u32 pad;
-};
+}
__attribute__((aligned(4)))
;
struct ag71xx_buf {
struct sk_buff *skb;
struct ag71xx_buf {
struct sk_buff *skb;
+ struct ag71xx_desc *desc;
};
struct ag71xx_ring {
struct ag71xx_buf *buf;
};
struct ag71xx_ring {
struct ag71xx_buf *buf;
-
struct ag71xx_desc *descs
;
+
u8 *descs_cpu
;
dma_addr_t descs_dma;
dma_addr_t descs_dma;
+ unsigned int desc_size;
unsigned int curr;
unsigned int dirty;
unsigned int size;
unsigned int curr;
unsigned int dirty;
unsigned int size;
This page took
0.020246 seconds
and
4
git commands to generate.