Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_server.c463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
611 rsp_type = in OSSL_CMP_SRV_process_request()
615 "sending %s", ossl_cmp_bodytype_to_string(rsp_type)); in OSSL_CMP_SRV_process_request()
621 switch (rsp_type) { in OSSL_CMP_SRV_process_request()
/freebsd/sys/dev/rtsx/
H A Drtsx.c2182 struct rsp_type { struct
2357 uint8_t rsp_type; local
2364 rsp_type = rtsx_response_type(cmd->flags & MMC_RSP_MASK);
2365 if (rsp_type == 0) {
2374 rtsx_push_cmd(sc, RTSX_WRITE_REG_CMD, RTSX_SD_CFG2, 0xff, rsp_type);
2388 if (rsp_type == RTSX_SD_RSP_TYPE_R2) {
2392 } else if (rsp_type != RTSX_SD_RSP_TYPE_R0) {
2429 uint8_t rsp_type; local
2431 rsp_type = rtsx_response_type(cmd->flags & MMC_RSP_MASK);
2446 if (rsp_type == RTSX_SD_RSP_TYPE_R2) {
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h624 uint8_t rsp_type; member
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c1389 int rsp_type; in service_iq() local
1411 rsp_type = G_RSPD_TYPE(d->rsp.u.type_gen); in service_iq()
1414 switch (rsp_type) { in service_iq()
1457 __func__, rsp_type, iq)); in service_iq()
1460 device_get_nameunit(sc->dev), rsp_type, iq); in service_iq()
1577 int rsp_type, starved; in service_iq_fl() local
1615 rsp_type = G_RSPD_TYPE(d->rsp.u.type_gen); in service_iq_fl()
1618 switch (rsp_type) { in service_iq_fl()
1668 __func__, rsp_type, iq)); in service_iq_fl()
1670 device_get_nameunit(sc->dev), rsp_type, iq); in service_iq_fl()