Home
last modified time | relevance | path

Searched refs:cable_selection_override (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dinit.c126 uint cable_selection_override = CABLE_OVERRIDE_DISABLED; variable
127 module_param(cable_selection_override, uint, 0);
129 MODULE_PARM_DESC(cable_selection_override,
H A Disci.h483 extern uint cable_selection_override;
H A Dhost.h426 return cable_selection_override < CABLE_OVERRIDE_DISABLED; in is_cable_select_overridden()
H A Dhost.c1896 return ((unsigned char *)&cable_selection_override) in to_cable_select()