Lines Matching refs:status
1108 * spum_status_process() - Process the status from a SPU response message.
1111 * 0 - if status is good and response should be processed
1112 * !0 - status indicates an error and response is invalid
1116 u32 status;
1118 status = __be32_to_cpu(*(__be32 *)statp);
1119 flow_log("SPU response STATUS %#08x\n", status);
1120 if (status & SPU_STATUS_ERROR_FLAG) {
1122 __func__, status);
1123 if (status & SPU_STATUS_INVALID_ICV)
1209 * Return: length of status field padding, in bytes