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