1 /* 2 */ 3 4 #include <sys/param.h> 5 #include <sys/types.h> 6 #include <sys/sysctl.h> 7 #include <machine/bus.h> 8 #include <cxgb_osdep.h> 9 #include <common/cxgb_common.h> 10 #include <cxgb_ioctl.h> 11 #include <cxgb_offload.h> 12 #include <common/cxgb_regs.h> 13 #include <common/cxgb_t3_cpl.h> 14 #include <common/cxgb_ctl_defs.h> 15 #include <common/cxgb_sge_defs.h> 16 #include <common/cxgb_firmware_exports.h> 17 #include <common/jhash.h> 18 19 SYSCTL_DECL(_hw_cxgb); 20