Lines Matching defs:error

1548  * error code.
1655 * will post an error attention event to the worker thread to take the
1685 * All error attention handlers are posted to
2044 * it successfully post the buffer else it will return an error.
2084 * the hbq_buffer_list and return zero, otherwise it will return an error.
2684 * It is a fatal error if unknown mbox command completion.
2708 /* Mbox cmd cmpl error - RETRYing */
2712 "error - RETRYing Data: x%x "
3218 "0372 iotag x%x lookup error: max iotag (x%x) "
3376 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
3382 * an error attention condition to the worker thread and the worker
3402 * All error attention handlers are posted to
3446 /* Check chip HA register for error event */
3499 * entries. If it does, treat it as an adapter hardware error.
3550 /* Rsp ring <ringno> error: IOCB */
3552 "0336 Rsp Ring %d error: IOCB Data: "
3726 /* Rsp ring <ringno> error: IOCB */
3728 "0328 Rsp Ring %d error: "
3881 * entries. If it does, treat it as an adapter hardware error.
4356 /* Disable the error attention */
4366 /* Clear Chip error bit */
4436 * the error attention interrupt. This function is called for stopping
4463 /* Disable the error attention */
4498 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
4606 * This function returns 0 on success else returns negative error code.
4803 * zero if HBA successfully restarted else returns negative error code.
4945 * else it will return negative error code.
5014 * else it will return negative error code.
5047 * The function returns 0 if successful, else returns negative error
5170 * error attention handler code. Caller is not required to hold any
5175 * if successful, else it will return negative error code.
5793 * -Error: error indicates problem.
6615 int i, rc, error = 0;
6637 error++;
6641 error++;
6645 error++;
6649 error++;
6657 if (error) {
7202 /* failed to post any nvme buffer, return error */
7359 * HBA error attention handler code. Caller is not required to hold any
7589 * feature in the driver. This is not a fatal error.
7924 /* Start error attention (ERATT) polling timer */
7997 /* Unset all the queues set up in this routine when error out */
8233 * pending, then the function will return an error. If the mailbox is issued
8291 /* If HBA has a deferred error attention, fail the iocb. */
8772 * Any of the MBX error values.
9271 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
9309 /* If HBA has a deferred error attention, fail the iocb. */
10295 * __lpfc_sli_issue_iocb function and will return the error returned
12118 * is NULL or its an error.
12168 "0338 IOCB wait timeout error - no "
12225 * signal, MBX_TIMEOUT error is returned to the caller. Caller
12287 * HBA error conditions such as EEH or ERATT, this routine shall invoke
12347 * lpfc_sli_eratt_read - read sli-3 error attention events
12350 * This function is called to read the SLI3 device error attention registers
12351 * for possible error attention events. The caller must hold the hostlock
12367 /* Read host status register to retrieve error event */
12371 /* Check if there is a deferred error condition is active */
12400 * lpfc_sli4_eratt_read - read sli-4 error attention events
12403 * This function is called to read the SLI4 device error attention registers
12404 * for possible error attention events. The caller must hold the hostlock
12419 * For now, use the SLI4 device internal unrecoverable error
12420 * registers for error attention. This can be changed later.
12437 "1423 HBA Unrecoverable error: "
12476 "error 1=0x%x, error 2=0x%x\n",
12498 * lpfc_sli_check_eratt - check error attention events
12502 * error attention register bit for error attention events.
12527 * If there is deferred error attention, do not check for error
12600 * interrupt handler. When the PCI slot is in error recovery or the HBA
12665 * If there is deferred error attention, do not check for any
12757 * Check if there is a deferred error condition
12902 * device-level interrupt handler. When the PCI slot is in error recovery
12942 * If there is deferred error attention, do not check for
13040 * If there is deferred error attention, do not check for any interrupt.
13047 /* Clear attention sources except link and error attentions */
13226 /* Check to see if there was any good data before the error */
13235 * Set ALL the error bits to indicate we don't know what
13236 * type of error it is.
13409 * For mcqe errors, conditionally move a modified error code to
13410 * the mbox so that the error will not be missed.
13532 /* Log the error status */
13534 "0357 ELS CQE error: status=x%x: "
13819 * completion event on a completion queue, if not, an error shall be logged
14390 * completion event on a completion queue, if not, an error shall be logged
14552 * device-level interrupt handler. When the PCI slot is in error recovery
17364 /* Post error. Buffer unavailable. */
17399 /* Post error. Mark buffer unavailable. */
18529 * When this error occurs, the driver is not guaranteed
18532 * fatal error.
19043 int rc = 0, error;
19053 error = -ENOMEM;
19059 error = -EINVAL;
19072 error = -EIO;
19077 error = 0;
19080 if (error) {
19088 return error;
19105 int rc = 0, error;
19113 error = -ENOMEM;
19119 error = -EINVAL;
19127 error = -EIO;
19129 error = 0;
19132 if (error && mboxq)
19134 return error;
19151 int rc = 0, error;
19159 error = -ENOMEM;
19165 error = -EINVAL;
19173 error = -EIO;
19175 error = 0;
19178 if (error && mboxq)
19180 return error;
19590 * mailbox error, either way we are done.
19774 * Return negative value for error cases.
21020 "8353 error kmalloc memory for HDWQ "
21030 "8354 error pool_alloc memory for HDWQ "
21163 "8355 error kmalloc memory for HDWQ "
21175 "8356 error pool_alloc memory for HDWQ "