Searched refs:IOCB_TIMEDOUT (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli.h111 #define IOCB_TIMEDOUT 3 macro
H A Dlpfc_bsg.c2663 if (cmdiocbq && (iocb_stat != IOCB_TIMEDOUT))
3260 if ((cmdiocbq != NULL) && (iocb_stat != IOCB_TIMEDOUT))
H A Dlpfc_scsi.c5123 } else if (status == IOCB_TIMEDOUT) {
H A Dlpfc_sli.c10342 * a status of IOCB_TIMEDOUT. The caller should not free the iocb
10343 * resources if this function returns IOCB_TIMEDOUT.
10433 retval = IOCB_TIMEDOUT;
10439 retval = IOCB_TIMEDOUT;

Completed in 71 milliseconds