summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tsec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tsec.h b/include/tsec.h
index f2aa11abe6..023f095427 100644
--- a/include/tsec.h
+++ b/include/tsec.h
@@ -396,6 +396,8 @@ struct tsec_private {
uint phyaddr;
char mii_devname[16];
u32 flags;
+ uint rx_idx; /* index of the current RX buffer */
+ uint tx_idx; /* index of the current TX buffer */
};
struct tsec_info_struct {
OpenPOWER on IntegriCloud