Home
last modified time | relevance | path

Searched refs:rsp_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c297 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()
359 if (rsp_type == SD_RSP_TYPE_R2) { in sd_send_cmd_get_rsp()
399 if (rsp_type == SD_RSP_TYPE_R0) { in sd_send_cmd_get_rsp()
415 if (!(rsp_type & SD_NO_CHECK_CRC7)) { in sd_send_cmd_get_rsp()
[all …]
H A Drtsx_pci_sdmmc.c218 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-6.15/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1762 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-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3877 int ret, rsp_type; in process_responses() local
3893 rsp_type = RSPD_TYPE_G(rc->type_gen); in process_responses()
3894 if (likely(rsp_type == RSPD_TYPE_FLBUF_X)) { in process_responses()
3942 } else if (likely(rsp_type == RSPD_TYPE_CPL_X)) { in process_responses()
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h1038 uint64_t rsp_type:3; member
1046 uint64_t rsp_type:3;
/linux-6.15/drivers/scsi/fnic/
H A Dfdls_disc.c3655 int rsp_type) in fdls_process_fdmi_reg_ack() argument