Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
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()
660 ar9003_mci_process_gpm_extra(ah, recv_type, in ar9003_mci_wait_for_gpm()
[all …]
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dipmi_devintf.c243 rsp->recv_type = msg->recv_type; in handle_recv()
647 compat_int_t recv_type; member
693 p64->recv_type = p32->recv_type; in get_compat_ipmi_recv()
704 v32.recv_type = p64->recv_type; in copyout_recv32()
Dipmi_msghandler.c934 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in deliver_err_response()
3696 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_get_msg_rsp()
3795 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_get_msg_cmd()
3876 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_lan_get_msg_rsp()
3955 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_lan_get_msg_cmd()
4063 recv_msg->recv_type = IPMI_OEM_RECV_TYPE; in handle_oem_get_msg_cmd()
4095 recv_msg->recv_type = IPMI_ASYNC_EVENT_RECV_TYPE; in copy_event_into_recv_msg()
4218 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_bmc_rsp()
4344 recv_msg->recv_type = IPMI_RESPONSE_RESPONSE_TYPE; in handle_one_recv_msg()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dipmi.h94 int recv_type; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dipmi.h280 int recv_type; /* Is this a command, response or an member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dipmi.h85 int recv_type; member
/kernel/linux/linux-5.10/include/linux/
Dipmi.h46 int recv_type; member
/kernel/linux/linux-5.10/drivers/acpi/
Dacpi_ipmi.c415 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_msg_handler()
416 if (msg->recv_type == IPMI_RESPONSE_RECV_TYPE && in ipmi_msg_handler()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dusb.c61 u32 recv_type; in mwifiex_usb_recv() local
79 recv_type = le32_to_cpu(tmp); in mwifiex_usb_recv()
82 switch (recv_type) { in mwifiex_usb_recv()
132 "unknown recv_type %#x\n", recv_type); in mwifiex_usb_recv()
/kernel/linux/linux-5.10/drivers/hwmon/
Dibmpex.c560 data->rx_recv_type = msg->recv_type; in ibmpex_msg_handler()
Dibmaem.c327 data->rx_recv_type = msg->recv_type; in aem_msg_handler()
/kernel/linux/linux-5.10/Documentation/driver-api/
Dipmi.rst220 int recv_type;