Home
last modified time | relevance | path

Searched defs:blogic_global_options (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DBusLogic.h250 struct blogic_global_options { struct
251 bool trace_probe:1; /* Bit 0 */
252 bool trace_hw_reset:1; /* Bit 1 */
253 bool trace_config:1; /* Bit 2 */
254 bool trace_err:1; /* Bit 3 */
H A DBusLogic.c101 static struct blogic_global_options blogic_global_options; variable