Lines Matching defs:error
238 aen = le16_to_cpu(header->status_block.error);
250 /* Check for embedded error string */
310 full_command_packet->header.status_block.error = 0;
477 aen = le16_to_cpu(header->status_block.error);
604 aen = le16_to_cpu(header->status_block.error);
864 unsigned short error;
871 /* Get embedded firmware error string */
874 /* Don't print error for Logical unit not supported during rollcall */
875 error = le16_to_cpu(header->status_block.error);
876 if ((error != TW_ERROR_LOGICAL_UNIT_NOT_SUPPORTED) && (error != TW_ERROR_UNIT_OFFLINE) && (error != TW_ERROR_INVALID_FIELD_IN_CDB)) {
881 header->status_block.error,
887 header->status_block.error,
1124 int i, handled = 0, error = 0;
1162 error = 0;
1165 /* Check for command packet error */
1171 error = twl_fill_sense(tw_dev, i, request_id, 1, 1);
1173 /* Skip ioctl error prints */
1175 error = twl_fill_sense(tw_dev, i, request_id, 0, 1);
1212 if (!error)