Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dipmi.h279 struct ipmi_recv { struct
280 int recv_type; /* Is this a command, response or an
283 unsigned char __user *addr; /* Address the message was from is put
286 unsigned int addr_len; /* The size of the address buffer.
314 struct ipmi_recv) argument
/linux-4.19.296/drivers/char/ipmi/
Dipmi_devintf.c203 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv()