/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 936 struct response_type *resp_type = in zcrypt_msgtype6_receive() local 947 switch (resp_type->type) { in zcrypt_msgtype6_receive() 964 complete(&(resp_type->work)); in zcrypt_msgtype6_receive() 983 struct response_type *resp_type = in zcrypt_msgtype6_receive_ep11() local 994 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11() 1007 complete(&(resp_type->work)); in zcrypt_msgtype6_receive_ep11() 1023 struct response_type resp_type = { in zcrypt_msgtype6_modexpo() local 1034 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo() 1038 init_completion(&resp_type.work); in zcrypt_msgtype6_modexpo() 1042 rc = wait_for_completion_interruptible(&resp_type in zcrypt_msgtype6_modexpo() 1070 struct response_type resp_type = { zcrypt_msgtype6_modexpo_crt() local 1118 struct response_type resp_type = { get_cprb_fc() local 1175 struct response_type resp_type = { get_ep11cprb_fc() local 1271 struct response_type resp_type = { get_rng_fc() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 863 struct response_type *resp_type = msg->private; in zcrypt_msgtype6_receive() local 873 switch (resp_type->type) { in zcrypt_msgtype6_receive() 908 complete(&resp_type->work); in zcrypt_msgtype6_receive() 927 struct response_type *resp_type = msg->private; in zcrypt_msgtype6_receive_ep11() local 937 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11() 958 complete(&resp_type->work); in zcrypt_msgtype6_receive_ep11() 974 struct response_type resp_type = { in zcrypt_msgtype6_modexpo() local 986 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo() 990 init_completion(&resp_type.work); in zcrypt_msgtype6_modexpo() 994 rc = wait_for_completion_interruptible(&resp_type in zcrypt_msgtype6_modexpo() 1024 struct response_type resp_type = { zcrypt_msgtype6_modexpo_crt() local 1076 struct response_type resp_type = { prep_cca_ap_msg() local 1173 struct response_type resp_type = { prep_ep11_ap_msg() local 1286 struct response_type resp_type = { prep_rng_ap_msg() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cqhci.c | 515 u8 resp_type; in cqhci_prep_dcmd_desc() local 522 resp_type = 0x0; in cqhci_prep_dcmd_desc() 526 resp_type = 0x3; in cqhci_prep_dcmd_desc() 529 resp_type = 0x2; in cqhci_prep_dcmd_desc() 542 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc() 548 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
|
H A D | rtsx_pci_sdmmc.c | 127 static int sd_status_index(int resp_type) in sd_status_index() argument 129 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 131 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index() 435 int resp_type; in sd_read_long_data() local 441 resp_type = sd_response_type(cmd); in sd_read_long_data() 442 if (resp_type < 0) in sd_read_long_data() 443 return resp_type; in sd_read_long_data() 465 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cqhci-core.c | 537 u8 resp_type; in cqhci_prep_dcmd_desc() local 544 resp_type = 0x0; in cqhci_prep_dcmd_desc() 548 resp_type = 0x3; in cqhci_prep_dcmd_desc() 551 resp_type = 0x2; in cqhci_prep_dcmd_desc() 564 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc() 570 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
|
H A D | rtsx_pci_sdmmc.c | 130 static int sd_status_index(int resp_type) in sd_status_index() argument 132 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 134 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index() 438 int resp_type; in sd_read_long_data() local 444 resp_type = sd_response_type(cmd); in sd_read_long_data() 445 if (resp_type < 0) in sd_read_long_data() 446 return resp_type; in sd_read_long_data() 468 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 1119 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_uuid_cb() local 1124 if (resp_type == VIRTIO_GPU_RESP_OK_RESOURCE_UUID && in virtio_gpu_cmd_resource_uuid_cb()
|
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 205 enum slimbus_resp_enum_type_v01 resp_type; member 303 resp_type),
|
/kernel/linux/linux-6.6/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 216 enum slimbus_resp_enum_type_v01 resp_type; member 314 resp_type),
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 1875 .resp_type = 0, in mt76_connac_mcu_chip_config() 1888 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
|
H A D | mt76_connac_mcu.h | 1691 u8 resp_type; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 5580 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member 6860 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
|
H A D | wmi-tlv.c | 1044 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
|
H A D | wmi.c | 3432 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 5584 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member 6864 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
|
H A D | wmi-tlv.c | 1055 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
|
H A D | wmi.c | 3432 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3912 enum wmi_start_event_param resp_type; member
|
H A D | wmi.c | 4030 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 3904 __le32 resp_type; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 4136 enum wmi_start_event_param resp_type; member
|
H A D | wmi.c | 5024 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()
|