Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136626298
D18141.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
843 B
Referenced Files
None
Subscribers
None
D18141.diff
View Options
Index: head/sys/dev/sfxge/common/efx_impl.h
===================================================================
--- head/sys/dev/sfxge/common/efx_impl.h
+++ head/sys/dev/sfxge/common/efx_impl.h
@@ -373,6 +373,8 @@
#if EFSYS_OPT_FILTER
+#if EFSYS_OPT_SIENA
+
typedef struct siena_filter_spec_s {
uint8_t sfs_type;
uint32_t sfs_flags;
@@ -418,6 +420,8 @@
unsigned int sf_depth[EFX_SIENA_FILTER_NTYPES];
} siena_filter_t;
+#endif /* EFSYS_OPT_SIENA */
+
typedef struct efx_filter_s {
#if EFSYS_OPT_SIENA
siena_filter_t *ef_siena_filter;
@@ -427,10 +431,14 @@
#endif /* EFSYS_OPT_HUNTINGTON || EFSYS_OPT_MEDFORD */
} efx_filter_t;
+#if EFSYS_OPT_SIENA
+
extern void
siena_filter_tbl_clear(
__in efx_nic_t *enp,
__in siena_filter_tbl_id_t tbl);
+
+#endif /* EFSYS_OPT_SIENA */
#endif /* EFSYS_OPT_FILTER */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 3:36 PM (15 h, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25648398
Default Alt Text
D18141.diff (843 B)
Attached To
Mode
D18141: sfxge(4): put Siena-specific code under its efsys option
Attached
Detach File
Event Timeline
Log In to Comment