Searched defs:ibmvscsi_host_data (Results 1 – 2 of 2) 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 …]
85 struct ibmvscsi_host_data { struct86 struct list_head host_list;87 atomic_t request_limit;88 int client_migrated;89 enum ibmvscsi_host_action action;90 struct device *dev;91 struct event_pool pool;92 struct crq_queue queue;93 struct tasklet_struct srp_task;94 struct list_head sent;[all …]