Searched defs:ipmi_smi (Results 1 – 1 of 1) sorted by relevance
439 struct ipmi_smi { struct440 struct module *owner;443 int intf_num;445 struct kref refcount;448 bool in_shutdown;451 struct list_head link;457 struct list_head users;458 struct srcu_struct users_srcu;482 const struct ipmi_smi_handlers *handlers; argument483 void *send_info;[all …]