summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatmvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hatm/if_hatmvar.h')
-rw-r--r--sys/dev/hatm/if_hatmvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hatm/if_hatmvar.h b/sys/dev/hatm/if_hatmvar.h
index 184d98b..d821923 100644
--- a/sys/dev/hatm/if_hatmvar.h
+++ b/sys/dev/hatm/if_hatmvar.h
@@ -62,6 +62,7 @@ struct istats {
uint32_t oec;
uint32_t dcc;
uint32_t cec;
+ uint32_t no_rcv_mbuf;
};
/* Card memory layout parameters */
@@ -270,9 +271,8 @@ struct mbuf_page {
#define MBUF_LARGE_FLAG (1 << 20)
-/* chunks have the following structure at the end */
+/* chunks have the following structure at the end (4 byte) */
struct mbuf_chunk_hdr {
- struct mbuf *mbuf;
uint16_t pageno;
uint16_t chunkno;
};
OpenPOWER on IntegriCloud