Home
last modified time | relevance | path

Searched defs:ipmi_recv (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dipmi.h293 struct ipmi_recv { struct
294 int recv_type; /* Is this a command, response or an
297 unsigned char __user *addr; /* Address the message was from is put
300 unsigned int addr_len; /* The size of the address buffer.
328 struct ipmi_recv) argument
/linux-5.19.10/drivers/char/ipmi/
Dipmi_devintf.c200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv()