Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c151 struct rdac_controller { struct
152 u8 array_id[UNIQUE_ID_LEN];
153 int use_ms10;
154 struct kref kref;
155 struct list_head node; /* list of all controllers */
156 union {
159 } mode_select;
160 u8 index;
161 u8 array_name[ARRAY_LABEL_LEN];
162 struct Scsi_Host *host;
[all …]