Searched refs:resp_type (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_msgtype6.c | 869 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/drivers/crypto/intel/qat/qat_common/ |
| A D | adf_pfvf_pf_proto.c | 126 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/drivers/mmc/host/ |
| A D | rtsx_pci_sdmmc.c | 131 static int sd_status_index(int resp_type) in sd_status_index() argument 133 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 135 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index() 439 int resp_type; in sd_read_long_data() local 445 resp_type = sd_response_type(cmd); in sd_read_long_data() 446 if (resp_type < 0) in sd_read_long_data() 447 return resp_type; in sd_read_long_data() 469 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
|
| A D | cqhci-core.c | 547 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/drivers/gpu/drm/virtio/ |
| A D | virtgpu_vq.c | 1129 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_uuid_cb() local 1134 if (resp_type == VIRTIO_GPU_RESP_OK_RESOURCE_UUID && in virtio_gpu_cmd_resource_uuid_cb() 1185 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_map_cb() local 1189 if (resp_type == VIRTIO_GPU_RESP_OK_MAP_INFO) { in virtio_gpu_cmd_resource_map_cb()
|
| /linux/drivers/firmware/qcom/ |
| A D | qcom_scm.c | 77 u64 resp_type; member 1544 res->resp_type = scm_res.result[1]; in __qcom_scm_qseecom_call() 1580 res->resp_type, res->data); in qcom_scm_qseecom_call() 1680 if (res.resp_type != QSEECOM_SCM_RES_APP_ID) in qcom_scm_qseecom_app_get_id()
|
| /linux/drivers/slimbus/ |
| A D | qcom-ngd-ctrl.c | 215 enum slimbus_resp_enum_type_v01 resp_type; member 313 resp_type),
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mcu.h | 1793 u8 resp_type; member
|
| A D | mt76_connac_mcu.c | 1905 .resp_type = 0, in mt76_connac_mcu_chip_config() 1918 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | wmi.h | 5612 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member 6868 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
|
| A D | wmi-tlv.c | 1056 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
|
| A D | wmi.c | 3454 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mcu.c | 853 .resp_type = 0, in mt7925_mcu_chip_config()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | wmi.h | 3957 __le32 resp_type; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | wmi.h | 4163 enum wmi_start_event_param resp_type; member
|
| A D | wmi.c | 5141 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()
|
Completed in 194 milliseconds