Searched defs:ipmi_recv (Results 1 – 2 of 2) sorted by relevance
293 struct ipmi_recv { struct294 int recv_type; /* Is this a command, response or an297 unsigned char __user *addr; /* Address the message was from is put300 unsigned int addr_len; /* The size of the address buffer.328 struct ipmi_recv) argument
200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv()