| /Linux-v5.4/drivers/scsi/libsas/ |
| D | sas_host_smp.c | 19 static void sas_host_smp_discover(struct sas_ha_struct *sas_ha, u8 *resp_data, in sas_host_smp_discover() argument 26 resp_data[2] = SMP_RESP_NO_PHY; in sas_host_smp_discover() 29 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_discover() 32 resp_data[9] = phy_id; in sas_host_smp_discover() 33 resp_data[13] = phy->negotiated_linkrate; in sas_host_smp_discover() 34 memcpy(resp_data + 16, sas_ha->sas_addr, SAS_ADDR_SIZE); in sas_host_smp_discover() 35 memcpy(resp_data + 24, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_host_smp_discover() 37 resp_data[40] = (phy->minimum_linkrate << 4) | in sas_host_smp_discover() 39 resp_data[41] = (phy->maximum_linkrate << 4) | in sas_host_smp_discover() 47 resp_data[12] = rphy->identify.device_type << 4; in sas_host_smp_discover() [all …]
|
| D | sas_task.c | 21 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response()
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | cyapa_gen6.c | 91 u8 resp_data[PIP_READ_SYS_INFO_RESP_LENGTH]; in cyapa_get_pip_fixed_info() local 98 resp_len = sizeof(resp_data); in cyapa_get_pip_fixed_info() 101 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 107 pip_info->family_id = resp_data[8]; in cyapa_get_pip_fixed_info() 108 pip_info->silicon_id_low = resp_data[10]; in cyapa_get_pip_fixed_info() 109 pip_info->silicon_id_high = resp_data[11]; in cyapa_get_pip_fixed_info() 115 resp_len = sizeof(resp_data); in cyapa_get_pip_fixed_info() 118 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 123 product_family = get_unaligned_le16(&resp_data[7]); in cyapa_get_pip_fixed_info() 128 pip_info->family_id = resp_data[19]; in cyapa_get_pip_fixed_info() [all …]
|
| D | cyapa_gen5.c | 361 pip->resp_data = NULL; in cyapa_pip_cmd_state_initialize() 567 u8 *resp_data, int *resp_len, in cyapa_do_i2c_pip_cmd_polling() argument 584 if (resp_data && resp_len && length != 0 && func) { in cyapa_do_i2c_pip_cmd_polling() 590 resp_data, resp_len, func); in cyapa_do_i2c_pip_cmd_polling() 607 u8 *resp_data, int *resp_len, in cyapa_i2c_pip_cmd_irq_sync() argument 624 pip->resp_data = resp_data; in cyapa_i2c_pip_cmd_irq_sync() 642 if (error == -ETIMEDOUT && resp_data && in cyapa_i2c_pip_cmd_irq_sync() 650 resp_data, resp_len, func); in cyapa_i2c_pip_cmd_irq_sync() 657 resp_data, resp_len, timeout, func); in cyapa_i2c_pip_cmd_irq_sync() 661 pip->resp_data = NULL; in cyapa_i2c_pip_cmd_irq_sync() [all …]
|
| D | cyapa.h | 233 #define PIP_CMD_COMPLETE_SUCCESS(resp_data) \ argument 234 ((resp_data)[PIP_RESP_STATUS_OFFSET] == 0x00) 298 u8 *resp_data; member 405 u8 *resp_data, int *resp_len,
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_mbx.c | 18 u8 *resp_data, u16 resp_data_len) in hclge_gen_resp_to_vf() argument 48 if (resp_data && resp_data_len > 0) in hclge_gen_resp_to_vf() 49 memcpy(&resp_pf_to_vf->msg[4], resp_data, resp_data_len); in hclge_gen_resp_to_vf() 266 u8 resp_data; in hclge_set_vf_mc_mac_addr() local 288 &resp_data, resp_len); in hclge_set_vf_mc_mac_addr() 389 u8 resp_data[HCLGE_TQPS_RSS_INFO_LEN]; in hclge_get_vf_queue_info() local 393 memcpy(&resp_data[0], &vport->alloc_tqps, sizeof(u16)); in hclge_get_vf_queue_info() 394 memcpy(&resp_data[2], &vport->nic.kinfo.rss_size, sizeof(u16)); in hclge_get_vf_queue_info() 395 memcpy(&resp_data[4], &hdev->rx_buf_len, sizeof(u16)); in hclge_get_vf_queue_info() 397 return hclge_gen_resp_to_vf(vport, mbx_req, 0, resp_data, in hclge_get_vf_queue_info() [all …]
|
| /Linux-v5.4/drivers/scsi/isci/ |
| D | task.h | 125 tmf->resp.resp_iu.resp_data[0], in isci_print_tmf() 126 tmf->resp.resp_iu.resp_data[1], in isci_print_tmf() 127 tmf->resp.resp_iu.resp_data[2], in isci_print_tmf() 128 tmf->resp.resp_iu.resp_data[3]); in isci_print_tmf()
|
| D | request.c | 993 memcpy(resp_buf, ssp_response->resp_data, len); in sci_io_request_copy_response()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_mbx.c | 26 u8 *resp_data, u16 resp_len) in hclgevf_get_mbx_resp() argument 64 if (resp_data) in hclgevf_get_mbx_resp() 65 memcpy(resp_data, &mbx_resp->additional_info[0], resp_len); in hclgevf_get_mbx_resp() 84 u8 *resp_data, u16 resp_len) in hclgevf_send_mbx_msg() argument 121 status = hclgevf_get_mbx_resp(hdev, code, subcode, resp_data, in hclgevf_send_mbx_msg()
|
| D | hclgevf_main.h | 312 u8 *resp_data, u16 resp_len);
|
| D | hclgevf_main.c | 318 u8 msg_data[2], resp_data[2]; in hclgevf_get_qid_global() local 325 sizeof(msg_data), true, resp_data, in hclgevf_get_qid_global() 326 sizeof(resp_data)); in hclgevf_get_qid_global() 328 qid_in_pf = *(u16 *)resp_data; in hclgevf_get_qid_global()
|
| /Linux-v5.4/drivers/platform/olpc/ |
| D | olpc-xo175-ec.c | 240 u8 resp_data[EC_MAX_RESP_LEN]; member 377 priv->resp_data[priv->resp_len++] = byte; in olpc_xo175_ec_complete() 393 priv->resp_data[0] = byte; in olpc_xo175_ec_complete() 503 if (resp_len > sizeof(priv->resp_data)) { in olpc_xo175_ec_cmd() 550 cmd, priv->resp_data[0]); in olpc_xo175_ec_cmd() 563 memcpy(resp, priv->resp_data, resp_len); in olpc_xo175_ec_cmd()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | isst_if.h | 114 __u32 resp_data; member
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | tx.c | 660 struct iwl_probe_resp_data *resp_data; in iwl_mvm_probe_resp_set_noa() local 671 resp_data = rcu_dereference(mvmvif->probe_resp_data); in iwl_mvm_probe_resp_set_noa() 672 if (!resp_data) in iwl_mvm_probe_resp_set_noa() 675 if (!resp_data->notif.noa_active) in iwl_mvm_probe_resp_set_noa() 687 if (skb_tailroom(skb) < resp_data->noa_len) { in iwl_mvm_probe_resp_set_noa() 688 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa() 695 pos = skb_put(skb, resp_data->noa_len); in iwl_mvm_probe_resp_set_noa() 699 *pos++ = resp_data->noa_len - 2; in iwl_mvm_probe_resp_set_noa() 705 memcpy(pos, &resp_data->notif.noa_attr, in iwl_mvm_probe_resp_set_noa() 706 resp_data->noa_len - sizeof(struct ieee80211_vendor_ie)); in iwl_mvm_probe_resp_set_noa()
|
| D | nvm.c | 147 u8 *resp_data; in iwl_nvm_read_chunk() local 162 resp_data = nvm_resp->data; in iwl_nvm_read_chunk() 195 memcpy(data + offset, resp_data, bytes_read); in iwl_nvm_read_chunk()
|
| /Linux-v5.4/drivers/platform/x86/intel_speed_select_if/ |
| D | isst_if_mbox_msr.c | 103 &act->mbox_cmd->resp_data); in msrl_update_func()
|
| D | isst_if_mbox_pci.c | 97 mbox_cmd->resp_data = data; in isst_if_mbox_cmd()
|
| /Linux-v5.4/include/scsi/ |
| D | sas.h | 326 u8 resp_data[0]; member 557 u8 resp_data[0]; member
|
| /Linux-v5.4/sound/pci/mixart/ |
| D | mixart_core.c | 224 …rt_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data) in snd_mixart_send_msg() argument 258 resp.data = resp_data; in snd_mixart_send_msg()
|
| D | mixart_core.h | 549 …t_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data);
|
| /Linux-v5.4/drivers/scsi/aic94xx/ |
| D | aic94xx_tmf.c | 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|
| /Linux-v5.4/sound/usb/ |
| D | mixer_scarlett_gen2.c | 588 void *req_data, u16 req_size, void *resp_data, u16 resp_size) in scarlett2_usb() argument 677 memcpy(resp_data, resp->data, resp_size); in scarlett2_usb()
|
| /Linux-v5.4/drivers/rapidio/ |
| D | rio_cm.c | 423 static int riocm_resp_handler(void *resp_data) in riocm_resp_handler() argument 426 struct rio_ch_chan_hdr *hh = resp_data; in riocm_resp_handler()
|
| /Linux-v5.4/tools/power/x86/intel-speed-select/ |
| D | isst-config.c | 566 *resp = mbox_cmds.mbox_cmd[0].resp_data; in isst_send_mbox_command()
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_sli.c | 4197 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local 4239 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4241 if (resp_data != ~(BARRIER_TEST_PATTERN)) in lpfc_reset_barrier() 4246 resp_data = 0; in lpfc_reset_barrier() 4247 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4249 if (resp_data != ~(BARRIER_TEST_PATTERN)) { in lpfc_reset_barrier() 4258 resp_data = 0; in lpfc_reset_barrier() 4260 if (lpfc_readl(resp_buf, &resp_data)) in lpfc_reset_barrier() 4262 if (resp_data != mbox) in lpfc_reset_barrier()
|