Searched defs:ibmvscsi_host_data (Results 1 – 1 of 1) sorted by relevance
92 struct ibmvscsi_host_data { struct93 struct list_head host_list;94 atomic_t request_limit;95 int client_migrated;96 int reset_crq;97 int reenable_crq;98 struct device *dev;99 struct event_pool pool;100 struct crq_queue queue;101 struct tasklet_struct srp_task;[all …]