Home
last modified time | relevance | path

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

/linux/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/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/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1974 .resp_type = 0, in mt76_connac_mcu_chip_config()
1987 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1056 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
H A Dwmi.c3461 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5148 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()