Lines Matching refs:uint
44 uint qedf_debug = QEDF_LOG_INFO;
45 module_param_named(debug, qedf_debug, uint, S_IRUGO|S_IWUSR);
49 static uint qedf_fipvlan_retries = 60;
54 static uint qedf_fallback_vlan = QEDF_FALLBACK_VLAN;
64 uint qedf_dump_frames;
69 static uint qedf_queue_depth;
74 uint qedf_io_tracing;
79 static uint qedf_max_lun = MAX_FIBRE_LUNS;
84 uint qedf_link_down_tmo;
99 static uint qedf_dp_module;
100 module_param_named(dp_module, qedf_dp_module, uint, S_IRUGO);
104 static uint qedf_dp_level = QED_LEVEL_NOTICE;
105 module_param_named(dp_level, qedf_dp_level, uint, S_IRUGO);