Lines Matching defs:ibmvscsi_host_data
91 struct ibmvscsi_host_data { struct
92 atomic_t request_limit;
93 int client_migrated;
94 int reset_crq;
95 int reenable_crq;
96 struct device *dev;
97 struct event_pool pool;
98 struct crq_queue queue;
99 struct tasklet_struct srp_task;
100 struct list_head sent;
101 struct Scsi_Host *host;
102 struct task_struct *work_thread;
103 wait_queue_head_t work_wait_q;
104 struct mad_adapter_info_data madapter_info;
105 struct capabilities caps;
106 dma_addr_t caps_addr;
107 dma_addr_t adapter_info_addr;