Lines Matching refs:status
1316 * spu_status_process() - Process the status from a SPU response message.
1319 * Return: 0 - if status is good and response should be processed
1320 * !0 - status indicates an error and response is invalid
1324 /* SPU2 status is 2 bytes by default - SPU_RX_STATUS_LEN */
1325 u16 status = le16_to_cpu(*(__le16 *)statp);
1327 if (status == 0)
1330 flow_log("rx status is %#x\n", status);
1331 if (status == SPU2_INVALID_ICV)
1376 * Return: length of status field padding, in bytes (always 0 on SPU2)