Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103584212
D3718.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
710 B
Referenced Files
None
Subscribers
None
D3718.diff
View Options
Index: sys/dev/ixl/if_ixl.c
===================================================================
--- sys/dev/ixl/if_ixl.c
+++ sys/dev/ixl/if_ixl.c
@@ -160,8 +160,10 @@
/* Sysctl debug interface */
+#ifdef IXL_DEBUG_SYSCTL
static int ixl_debug_info(SYSCTL_HANDLER_ARGS);
static void ixl_print_debug_info(struct ixl_pf *);
+#endif
/* The MSI/X Interrupt handlers */
static void ixl_intr(void *);
@@ -4373,6 +4375,7 @@
IXL_PF_UNLOCK(pf);
}
+#ifdef IXL_DEBUG_SYSCTL
static int
ixl_debug_info(SYSCTL_HANDLER_ARGS)
{
@@ -4437,6 +4440,7 @@
reg = rd32(hw, I40E_GLPRT_MLFC(hw->port));
printf("mac local fault = %x\n", reg);
}
+#endif
/**
* Update VSI-specific ethernet statistics counters.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 6:43 PM (21 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14894749
Default Alt Text
D3718.diff (710 B)
Attached To
Mode
D3718: ixl(4): Remove compile warning for unused function.
Attached
Detach File
Event Timeline
Log In to Comment