Searched defs:ipmi_smi (Results 1 – 1 of 1) sorted by relevance
413 struct ipmi_smi { struct414 struct module *owner;417 int intf_num;419 struct kref refcount;422 bool in_shutdown;425 struct list_head link;430 struct list_head users;431 struct mutex users_mutex;455 const struct ipmi_smi_handlers *handlers; argument456 void *send_info;[all …]