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