[go: nahoru, domu]

Searched refs:IOCB_SUCCESS (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli.h108 #define IOCB_SUCCESS 0 macro
H A Dlpfc_bsg.c511 if (iocb_stat == IOCB_SUCCESS) {
744 if (rc == IOCB_SUCCESS) {
1581 if (rc == IOCB_SUCCESS) {
1656 if (rc == IOCB_SUCCESS)
2545 int iocb_stat = IOCB_SUCCESS;
2627 if ((iocb_stat != IOCB_SUCCESS) || (rsp->ulpStatus != IOSTAT_SUCCESS)) {
3012 int iocb_stat = IOCB_SUCCESS;
3203 if ((iocb_stat != IOCB_SUCCESS) ||
3241 rc = IOCB_SUCCESS;
3281 if (rc == IOCB_SUCCESS)
[all...]
H A Dlpfc_scsi.c5106 if ((status != IOCB_SUCCESS) ||
5115 /* if ulpStatus != IOCB_SUCCESS, then status == IOCB_SUCCESS */
5116 if (status == IOCB_SUCCESS) {
H A Dlpfc_sli.c7971 return IOCB_SUCCESS;
7982 return IOCB_SUCCESS;
8640 return IOCB_SUCCESS;
8651 return IOCB_SUCCESS;
8708 * IOCB_SUCCESS - Success
10358 * This function returns IOCB_SUCCESS when success.
10370 int retval = IOCB_SUCCESS;
10404 if (retval == IOCB_SUCCESS) {
10426 * IOCB_SUCCESS means just that the command was sent and
H A Dlpfc_els.c8000 * IOCB_SUCCESS - either fabric iocb put on the list or issued successfully
8042 ret = IOCB_SUCCESS;

Completed in 127 milliseconds