Searched defs:sas_ha_struct (Results 1 – 1 of 1) sorted by relevance
361 struct sas_ha_struct { struct363 struct list_head defer_q; /* work queued while draining */364 struct mutex drain_mutex;365 unsigned long state;366 spinlock_t lock;367 int eh_active;368 wait_queue_head_t eh_wait_q;369 struct list_head eh_dev_q;371 struct mutex disco_mutex;373 struct scsi_core core;[all …]