Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi_host.h542 struct Scsi_Host { struct
551 struct list_head __devices;
552 struct list_head __targets;
554 struct scsi_host_cmd_pool *cmd_pool;
555 spinlock_t free_list_lock;
556 struct list_head free_list; /* backup store of cmd structs */
557 struct list_head starved_list;
559 spinlock_t default_lock;
560 spinlock_t *host_lock;
562 struct mutex scan_mutex;/* serialize scanning activity */
[all …]