Searched defs:leapraid_dev_topo (Results 1 – 1 of 1) sorted by relevance
859 struct leapraid_dev_topo { struct860 spinlock_t topo_node_lock; /* Protects topology node. */861 spinlock_t sas_dev_lock; /* Protects SAS device list access. */862 spinlock_t raid_volume_lock; /* Protects RAID volume list access. */863 spinlock_t enc_lock; /* Protects enclosure device list access. */864 int sas_id;865 struct leapraid_topo_node card;866 struct list_head exp_list;867 struct list_head enc_list;868 struct list_head sas_dev_list;[all …]