Home
last modified time | relevance | path

Searched refs:resp_type (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c869 switch (resp_type->type) { in zcrypt_msgtype6_receive()
904 complete(&resp_type->work); in zcrypt_msgtype6_receive()
933 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11()
954 complete(&resp_type->work); in zcrypt_msgtype6_receive_ep11()
982 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo()
986 init_completion(&resp_type.work); in zcrypt_msgtype6_modexpo()
1032 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo_crt()
1036 init_completion(&resp_type.work); in zcrypt_msgtype6_modexpo_crt()
1083 ap_msg->private = kmemdup(&resp_type, sizeof(resp_type), GFP_KERNEL); in prep_cca_ap_msg()
1180 ap_msg->private = kmemdup(&resp_type, sizeof(resp_type), GFP_KERNEL); in prep_ep11_ap_msg()
[all …]
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_pf_proto.c126 u8 resp_type = ADF_PF2VF_BLKMSG_RESP_TYPE_ERROR; in handle_blkmsg_req() local
162 resp_type = ADF_PF2VF_BLKMSG_RESP_TYPE_CRC; in handle_blkmsg_req()
171 resp_type = ADF_PF2VF_BLKMSG_RESP_TYPE_DATA; in handle_blkmsg_req()
175 resp.data = FIELD_PREP(ADF_PF2VF_BLKMSG_RESP_TYPE_MASK, resp_type) | in handle_blkmsg_req()
/linux-6.15/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c129 static int sd_status_index(int resp_type) in sd_status_index() argument
131 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index()
133 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index()
437 int resp_type; in sd_read_long_data() local
443 resp_type = sd_response_type(cmd); in sd_read_long_data()
444 if (resp_type < 0) in sd_read_long_data()
445 return resp_type; in sd_read_long_data()
467 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
H A Dcqhci-core.c547 u8 resp_type; in cqhci_prep_dcmd_desc() local
554 resp_type = 0x0; in cqhci_prep_dcmd_desc()
558 resp_type = 0x3; in cqhci_prep_dcmd_desc()
561 resp_type = 0x2; in cqhci_prep_dcmd_desc()
574 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc()
580 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c1315 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_uuid_cb() local
1320 if (resp_type == VIRTIO_GPU_RESP_OK_RESOURCE_UUID && in virtio_gpu_cmd_resource_uuid_cb()
1371 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_map_cb() local
1375 if (resp_type == VIRTIO_GPU_RESP_OK_MAP_INFO) { in virtio_gpu_cmd_resource_map_cb()
/linux-6.15/drivers/firmware/qcom/
H A Dqcom_scm.c77 u64 resp_type; member
1787 res->resp_type = scm_res.result[1]; in __qcom_scm_qseecom_call()
1823 res->resp_type, res->data); in qcom_scm_qseecom_call()
1923 if (res.resp_type != QSEECOM_SCM_RES_APP_ID) in qcom_scm_qseecom_app_get_id()
/linux-6.15/drivers/slimbus/
H A Dqcom-ngd-ctrl.c215 enum slimbus_resp_enum_type_v01 resp_type; member
313 resp_type),
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h1797 u8 resp_type; member
H A Dmt76_connac_mcu.c1912 .resp_type = 0, in mt76_connac_mcu_chip_config()
1925 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi.h5612 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
6868 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
H A Dwmi-tlv.c1056 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
H A Dwmi.c3454 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c955 .resp_type = 0, in mt7925_mcu_chip_config()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4122 __le32 resp_type; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4164 enum wmi_start_event_param resp_type; member
H A Dwmi.c5142 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()