Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c409 u32 recv_type, offset; in ar9003_mci_is_gpm_valid() local
417 recv_type = MCI_GPM_TYPE(payload); in ar9003_mci_is_gpm_valid()
419 if (recv_type == MCI_GPM_RSVD_PATTERN) in ar9003_mci_is_gpm_valid()
590 u8 recv_type = 0, recv_opcode = 0; in ar9003_mci_wait_for_gpm() local
616 recv_type = MCI_GPM_TYPE(p_gpm); in ar9003_mci_wait_for_gpm()
619 if (MCI_GPM_IS_CAL_TYPE(recv_type)) { in ar9003_mci_wait_for_gpm()
620 if (recv_type == gpm_type) { in ar9003_mci_wait_for_gpm()
628 } else if ((recv_type == gpm_type) && in ar9003_mci_wait_for_gpm()
646 (recv_type == MCI_GPM_BT_CAL_REQ)) { in ar9003_mci_wait_for_gpm()
678 recv_type = MCI_GPM_TYPE(p_gpm); in ar9003_mci_wait_for_gpm()
[all …]
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_devintf.c243 rsp->recv_type = msg->recv_type; in handle_recv()
648 compat_int_t recv_type; member
694 p64->recv_type = p32->recv_type; in get_compat_ipmi_recv()
705 v32.recv_type = p64->recv_type; in copyout_recv32()
H A Dipmi_msghandler.c973 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in deliver_err_response()
3866 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_get_msg_rsp()
3966 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_get_msg_cmd()
4058 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_direct_rcv_cmd()
4090 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_direct_rcv_rsp()
4166 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_lan_get_msg_rsp()
4245 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_lan_get_msg_cmd()
4353 recv_msg->recv_type = IPMI_OEM_RECV_TYPE; in handle_oem_get_msg_cmd()
4385 recv_msg->recv_type = IPMI_ASYNC_EVENT_RECV_TYPE; in copy_event_into_recv_msg()
4508 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_bmc_rsp()
[all …]
/openbmc/ipmitool/src/plugins/open/
H A Dopen.h69 int recv_type; member
H A Dopen.c367 fprintf(stderr, " type = %d\n", recv.recv_type); in ipmi_openipmi_send_cmd()
/openbmc/linux/include/uapi/linux/
H A Dipmi.h294 int recv_type; /* Is this a command, response or an member
/openbmc/linux/include/linux/
H A Dipmi.h46 int recv_type; member
/openbmc/linux/drivers/acpi/
H A Dacpi_ipmi.c413 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_msg_handler()
414 if (msg->recv_type == IPMI_RESPONSE_RECV_TYPE && in ipmi_msg_handler()
/openbmc/ipmitool/src/
H A Dipmievd.c453 if (recv.recv_type != IPMI_ASYNC_EVENT_RECV_TYPE) { in openipmi_read()
454 lprintf(LOG_ERR, "Type %x is not an event", recv.recv_type); in openipmi_read()
/openbmc/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()
/openbmc/linux/drivers/hwmon/
H A Dibmpex.c560 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()
/openbmc/linux/Documentation/driver-api/
H A Dipmi.rst237 int recv_type;