Home
last modified time | relevance | path

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

/linux-3.3/include/scsi/
Dscsi_host.h553 struct Scsi_Host { struct
562 struct list_head __devices;
563 struct list_head __targets;
565 struct scsi_host_cmd_pool *cmd_pool;
566 spinlock_t free_list_lock;
567 struct list_head free_list; /* backup store of cmd structs */
568 struct list_head starved_list;
570 spinlock_t default_lock;
571 spinlock_t *host_lock;
573 struct mutex scan_mutex;/* serialize scanning activity */
[all …]