Searched defs:sas_ha_struct (Results 1 – 1 of 1) sorted by relevance
372 struct sas_ha_struct { struct374 struct list_head defer_q; /* work queued while draining */375 struct mutex drain_mutex;376 unsigned long state;377 spinlock_t lock;378 int eh_active;379 wait_queue_head_t eh_wait_q;380 struct list_head eh_dev_q;382 struct mutex disco_mutex;384 struct scsi_core core;[all …]