Home
last modified time | relevance | path

Searched refs:recv_type (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/char/ipmi/
H A Dipmi_devintf.c240 rsp->recv_type = msg->recv_type; in handle_recv()
645 compat_int_t recv_type; member
691 p64->recv_type = p32->recv_type; in get_compat_ipmi_recv()
702 v32.recv_type = p64->recv_type; in copyout_recv32()
H A Dipmi_msghandler.c1008 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in deliver_err_response()
3932 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_get_msg_rsp()
4015 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_get_msg_cmd()
4095 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_direct_rcv_cmd()
4132 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_direct_rcv_rsp()
4208 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_lan_get_msg_rsp()
4295 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_lan_get_msg_cmd()
4396 recv_msg->recv_type = IPMI_OEM_RECV_TYPE; in handle_oem_get_msg_cmd()
4433 recv_msg->recv_type = IPMI_ASYNC_EVENT_RECV_TYPE; in copy_event_into_recv_msg()
4555 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_bmc_rsp()
[all …]
/linux/include/uapi/linux/
H A Dipmi.h294 int recv_type; /* Is this a command, response or an member
/linux/include/linux/
H A Dipmi.h46 int recv_type; member
/linux/drivers/acpi/
H A Dacpi_ipmi.c416 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_msg_handler()
417 if (msg->recv_type == IPMI_RESPONSE_RECV_TYPE && in ipmi_msg_handler()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c49 u32 recv_type; in mwifiex_usb_recv() local
67 recv_type = le32_to_cpu(tmp); in mwifiex_usb_recv()
70 switch (recv_type) { in mwifiex_usb_recv()
120 "unknown recv_type %#x\n", recv_type); in mwifiex_usb_recv()
/linux/drivers/hwmon/
H A Dibmpex.c553 data->rx_recv_type = msg->recv_type; in ibmpex_msg_handler()
H A Dibmaem.c327 data->rx_recv_type = msg->recv_type; in aem_msg_handler()