aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl1.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/atlx/atl1.h')
-rw-r--r--drivers/net/atlx/atl1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h
index 538948d5a184..30c5a8d72f3a 100644
--- a/drivers/net/atlx/atl1.h
+++ b/drivers/net/atlx/atl1.h
@@ -584,6 +584,7 @@ enum atl1_dma_req_block {
584#define ATL1_DEFAULT_RFD 512 584#define ATL1_DEFAULT_RFD 512
585#define ATL1_MIN_RFD 128 585#define ATL1_MIN_RFD 128
586#define ATL1_MAX_RFD 2048 586#define ATL1_MAX_RFD 2048
587#define ATL1_REG_COUNT 1538
587 588
588#define ATL1_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i])) 589#define ATL1_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i]))
589#define ATL1_RFD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_free_desc) 590#define ATL1_RFD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_free_desc)