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