Searched refs:rsp_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mmc/host/ |
| H A D | rtsx_usb_sdmmc.c | 297 u8 rsp_type; in sd_send_cmd_get_rsp() local 311 rsp_type = SD_RSP_TYPE_R0; in sd_send_cmd_get_rsp() 314 rsp_type = SD_RSP_TYPE_R1; in sd_send_cmd_get_rsp() 317 rsp_type = SD_RSP_TYPE_R1b; in sd_send_cmd_get_rsp() 320 rsp_type = SD_RSP_TYPE_R2; in sd_send_cmd_get_rsp() 323 rsp_type = SD_RSP_TYPE_R3; in sd_send_cmd_get_rsp() 331 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 350 rtsx_usb_add_cmd(ucr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 359 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 364 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() [all …]
|
| H A D | rtsx_pci_sdmmc.c | 218 int rsp_type; in sd_send_cmd_get_rsp() local 225 rsp_type = sd_response_type(cmd); in sd_send_cmd_get_rsp() 226 if (rsp_type < 0) in sd_send_cmd_get_rsp() 229 stat_idx = sd_status_index(rsp_type); in sd_send_cmd_get_rsp() 231 if (rsp_type == SD_RSP_TYPE_R1b) in sd_send_cmd_get_rsp() 245 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, rsp_type); in sd_send_cmd_get_rsp() 254 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp() 258 } else if (rsp_type != SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 275 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp() 291 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | sge.c | 1762 int ret, rsp_type; in process_responses() local 1774 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 1775 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 1840 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses() 1843 WARN_ON(rsp_type > RSPD_TYPE_CPL_X); in process_responses()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 3878 int ret, rsp_type; in process_responses() local 3894 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses() 3895 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses() 3943 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-mio-defs.h | 1038 uint64_t rsp_type:3; member 1046 uint64_t rsp_type:3;
|
| /linux/drivers/scsi/fnic/ |
| H A D | fdls_disc.c | 3712 int rsp_type) in fdls_process_fdmi_reg_ack() argument
|