freebsd-dev/sys/dev/cxgbe
Ed Schouten 6472ac3d8a Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
2011-11-07 15:43:11 +00:00
..
common Update to firmware interface 1.3.10 2011-05-30 21:56:37 +00:00
adapter.h - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00
offload.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
osdep.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_ioctl.h - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00
t4_l2t.c L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_l2t.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_main.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
t4_sge.c - driver ioctl to get SGE context for any given queue. 2011-06-11 04:50:54 +00:00