Searched refs:handle_send_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 140 static int handle_send_req(struct ipmi_user *user, in handle_send_req() function 318 rv = handle_send_req(priv->user, &req, retries, retry_time_ms); in ipmi_ioctl() 331 rv = handle_send_req(priv->user, in ipmi_ioctl() 741 return handle_send_req(priv->user, &rp, in compat_ipmi_ioctl() 754 return handle_send_req(priv->user, &sp.req, in compat_ipmi_ioctl()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 140 static int handle_send_req(struct ipmi_user *user, in handle_send_req() function 320 rv = handle_send_req(priv->user, &req, retries, retry_time_ms); in ipmi_ioctl() 333 rv = handle_send_req(priv->user, in ipmi_ioctl() 742 return handle_send_req(priv->user, &rp, in compat_ipmi_ioctl() 755 return handle_send_req(priv->user, &sp.req, in compat_ipmi_ioctl()
|
Completed in 3 milliseconds