Lines Matching refs:omsg
950 struct opal_occ_msg omsg;
956 omsg.type = be64_to_cpu(msg->params[0]);
958 switch (omsg.type) {
979 omsg.chip = be64_to_cpu(msg->params[1]);
980 omsg.throttle_status = be64_to_cpu(msg->params[2]);
996 if (chips[i].id == omsg.chip)
999 if (omsg.throttle_status >= 0 &&
1000 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) {
1001 chips[i].throttle_reason = omsg.throttle_status;
1002 chips[i].reason[omsg.throttle_status]++;
1005 if (!omsg.throttle_status)