Searched defs:ipmi_smi (Results 1 – 1 of 1) sorted by relevance
417 struct ipmi_smi { struct418 struct module *owner;421 int intf_num;423 struct kref refcount;426 bool in_shutdown;429 struct list_head link;434 struct list_head users;435 struct mutex users_mutex;436 atomic_t nr_users;460 const struct ipmi_smi_handlers *handlers; argument[all …]