Lines Matching defs:raw_rc
655 u32 *proxy_handle, int *raw_rc)
704 if (raw_rc)
705 *raw_rc = mcdi->resprc_raw;
805 size_t *outlen_actual, bool quiet, int *raw_rc)
821 outlen_actual, quiet, &proxy_handle, raw_rc);
845 quiet, NULL, raw_rc);
865 int raw_rc = 0;
869 outbuf, outlen, outlen_actual, true, &raw_rc);
871 if ((rc == -EPROTO) && (raw_rc == MC_CMD_ERR_NO_EVB_PORT) &&
888 true, &raw_rc);
892 (raw_rc == MC_CMD_ERR_NO_EVB_PORT) &&