Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dlibsas.h384 struct sas_ha_struct { struct
386 struct sas_ha_event ha_events[HA_NUM_EVENTS];
387 unsigned long pending;
389 struct list_head defer_q; /* work queued while draining */
390 struct mutex drain_mutex;
391 unsigned long state;
392 spinlock_t lock;
393 int eh_active;
394 wait_queue_head_t eh_wait_q;
418 void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event); argument
[all …]