Symbol: rsp_type
crypto/openssl/crypto/cmp/cmp_server.c
589
int req_type, rsp_type;
crypto/openssl/crypto/cmp/cmp_server.c
718
rsp_type = rsp != NULL ? OSSL_CMP_MSG_get_bodytype(rsp) : OSSL_CMP_PKIBODY_ERROR;
crypto/openssl/crypto/cmp/cmp_server.c
721
"sending %s", ossl_cmp_bodytype_to_string(rsp_type));
crypto/openssl/crypto/cmp/cmp_server.c
727
switch (rsp_type) {
sys/dev/cxgbe/t4_sge.c
1432
int rsp_type;
sys/dev/cxgbe/t4_sge.c
1454
rsp_type = G_RSPD_TYPE(d->rsp.u.type_gen);
sys/dev/cxgbe/t4_sge.c
1457
switch (rsp_type) {
sys/dev/cxgbe/t4_sge.c
1500
__func__, rsp_type, iq));
sys/dev/cxgbe/t4_sge.c
1503
device_get_nameunit(sc->dev), rsp_type, iq);
sys/dev/cxgbe/t4_sge.c
1617
int rsp_type, starved;
sys/dev/cxgbe/t4_sge.c
1655
rsp_type = G_RSPD_TYPE(d->rsp.u.type_gen);
sys/dev/cxgbe/t4_sge.c
1658
switch (rsp_type) {
sys/dev/cxgbe/t4_sge.c
1708
__func__, rsp_type, iq));
sys/dev/cxgbe/t4_sge.c
1710
device_get_nameunit(sc->dev), rsp_type, iq);
sys/dev/mmc/mmcspi.c
1003
unsigned char rsp_type;
sys/dev/mmc/mmcspi.c
1021
rsp_type = MMCSPI_RSP_R2;
sys/dev/mmc/mmcspi.c
1028
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1034
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1046
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1063
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1067
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1074
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1081
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1089
rsp_type = MMCSPI_RSP_R1B;
sys/dev/mmc/mmcspi.c
1096
rsp_type = MMCSPI_RSP_R1;
sys/dev/mmc/mmcspi.c
1103
rsp_type = MMCSPI_RSP_R2;
sys/dev/mmc/mmcspi.c
1109
rsp_type = MMCSPI_RSP_R3;
sys/dev/mmc/mmcspi.c
1119
rsp_type = MMCSPI_RSP_R2;
sys/dev/mmc/mmcspi.c
1125
rsp_type = MMCSPI_RSP_R7;
sys/dev/mmc/mmcspi.c
1135
switch (rsp_type) {
sys/dev/mmc/mmcspi.c
1148
TRACE(dev, ERROR, "Unknown response type %u\n", rsp_type);
sys/dev/mmc/mmcspi.c
1161
mmcspi_cmd->rsp_type = rsp_type;
sys/dev/mmc/mmcspi.c
1241
cmd->rsp_len, MMCSPI_RSP_R1B == cmd->rsp_type, rspbuf);
sys/dev/mmc/mmcspi.c
167
unsigned char rsp_type; /* SPI response type of this command */
sys/dev/mmc/mmcspi.c
1691
cmd->rsp_type, mmc_rsp_type);
sys/dev/mmc/mmcspi.c
1698
if ((MMCSPI_RSP_R1 == cmd->rsp_type) ||
sys/dev/mmc/mmcspi.c
1699
(MMCSPI_RSP_R1B == cmd->rsp_type) ||
sys/dev/mmc/mmcspi.c
1700
(MMCSPI_RSP_R2 == cmd->rsp_type)) {
sys/dev/mmc/mmcspi.c
1734
if (MMCSPI_RSP_R2 == cmd->rsp_type) {
sys/dev/mmc/mmcspi.c
1804
if (MMCSPI_RSP_R3 == cmd->rsp_type) {
sys/dev/mmc/mmcspi.c
1833
if (MMCSPI_RSP_R2 == cmd->rsp_type) {
sys/dev/mmc/mmcspi.c
1859
if (MMCSPI_RSP_R7 == cmd->rsp_type) {
sys/dev/mmc/mmcspi.c
2178
cmd.rsp_type = MMCSPI_RSP_R3;
sys/dev/qlxgb/qla_hw.h
624
uint8_t rsp_type;
sys/dev/rtsx/rtsx.c
2357
uint8_t rsp_type;
sys/dev/rtsx/rtsx.c
2364
rsp_type = rtsx_response_type(cmd->flags & MMC_RSP_MASK);
sys/dev/rtsx/rtsx.c
2365
if (rsp_type == 0) {
sys/dev/rtsx/rtsx.c
2374
rtsx_push_cmd(sc, RTSX_WRITE_REG_CMD, RTSX_SD_CFG2, 0xff, rsp_type);
sys/dev/rtsx/rtsx.c
2388
if (rsp_type == RTSX_SD_RSP_TYPE_R2) {
sys/dev/rtsx/rtsx.c
2392
} else if (rsp_type != RTSX_SD_RSP_TYPE_R0) {
sys/dev/rtsx/rtsx.c
2429
uint8_t rsp_type;
sys/dev/rtsx/rtsx.c
2431
rsp_type = rtsx_response_type(cmd->flags & MMC_RSP_MASK);
sys/dev/rtsx/rtsx.c
2446
if (rsp_type == RTSX_SD_RSP_TYPE_R2) {