Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.h238 struct blogic_probe_options { struct
239 bool noprobe:1; /* Bit 0 */
240 bool noprobe_pci:1; /* Bit 2 */
241 bool nosort_pci:1; /* Bit 3 */
242 bool multimaster_first:1; /* Bit 4 */
243 bool flashpoint_first:1; /* Bit 5 */
H A DBusLogic.c93 static struct blogic_probe_options blogic_probe_options; variable