Searched refs:recv_type (Results 1 – 10 of 10) sorted by relevance
409 u32 recv_type, offset; in ar9003_mci_is_gpm_valid() local417 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()577 u8 recv_type = 0, recv_opcode = 0; in ar9003_mci_wait_for_gpm() local603 recv_type = MCI_GPM_TYPE(p_gpm); in ar9003_mci_wait_for_gpm()606 if (MCI_GPM_IS_CAL_TYPE(recv_type)) { in ar9003_mci_wait_for_gpm()607 if (recv_type == gpm_type) { in ar9003_mci_wait_for_gpm()615 } else if ((recv_type == gpm_type) && in ar9003_mci_wait_for_gpm()633 (recv_type == MCI_GPM_BT_CAL_REQ)) { in ar9003_mci_wait_for_gpm()647 ar9003_mci_process_gpm_extra(ah, recv_type, in ar9003_mci_wait_for_gpm()[all …]
327 rsp.recv_type = msg->recv_type; in ipmi_ioctl()683 compat_int_t recv_type; member758 __get_user(p64->recv_type, &p32->recv_type) || in get_compat_ipmi_recv()772 __put_user(p64->recv_type, &p32->recv_type) || in put_compat_ipmi_recv()
756 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in deliver_err_response()3073 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_ipmb_get_msg_rsp()3180 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_ipmb_get_msg_cmd()3261 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_lan_get_msg_rsp()3341 recv_msg->recv_type = IPMI_CMD_RECV_TYPE; in handle_lan_get_msg_cmd()3450 recv_msg->recv_type = IPMI_OEM_RECV_TYPE; in handle_oem_get_msg_cmd()3480 recv_msg->recv_type = IPMI_ASYNC_EVENT_RECV_TYPE; in copy_event_into_recv_msg()3617 recv_msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in handle_bmc_rsp()3710 recv_msg->recv_type = IPMI_RESPONSE_RESPONSE_TYPE; in handle_one_recv_msg()
299 int recv_type; /* Is this a command, response or an member
61 int recv_type; member
64 u32 recv_type; in mwifiex_usb_recv() local80 recv_type = le32_to_cpu(tmp); in mwifiex_usb_recv()83 switch (recv_type) { in mwifiex_usb_recv()128 dev_err(dev, "unknown recv_type %#x\n", recv_type); in mwifiex_usb_recv()
432 msg->recv_type = IPMI_RESPONSE_RECV_TYPE; in ipmi_msg_handler()433 if (msg->recv_type == IPMI_RESPONSE_RECV_TYPE && in ipmi_msg_handler()
574 data->rx_recv_type = msg->recv_type; in ibmpex_msg_handler()
340 data->rx_recv_type = msg->recv_type; in aem_msg_handler()
219 int recv_type;