Lines Matching refs:status
151 int status = QLA_ERROR;
179 status = QLA_SUCCESS;
186 return status;
306 int status;
320 status = qla4xxx_req_template_size(ha);
321 if (status != QLA_SUCCESS) {
341 status = qla4xxx_get_minidump_template(ha, md_tmp_dma);
342 if (status != QLA_SUCCESS) {
551 int status = QLA_ERROR;
555 return status;
567 return status;
571 return status;
661 int status;
666 status = pci_set_mwi(ha->pdev);
667 if (status)
683 int status = QLA_ERROR;
750 status = QLA_SUCCESS;
753 "- mbox status 0x%x\n", ha->host_no, __func__,
755 status = QLA_ERROR;
757 return status;
794 int status = QLA_ERROR;
872 status = qla4xxx_soft_reset(ha); /* NOTE: acquires drvr
874 if (status == QLA_ERROR) {
888 if ((status = qla4xxx_config_nvram(ha)) == QLA_SUCCESS)
889 status = qla4xxx_start_firmware_from_flash(ha);
893 if (status == QLA_SUCCESS) {
902 return status;
955 int status = QLA_ERROR;
986 status = qla4xxx_init_firmware(ha);
987 if (status == QLA_ERROR)
997 status == QLA_ERROR ? "FAILED" : "SUCCEEDED"));
998 return status;
1005 int status = QLA_ERROR;
1022 status = QLA_SUCCESS;
1028 status = QLA_SUCCESS;
1043 status = QLA_SUCCESS;
1047 status = QLA_SUCCESS;
1057 status = QLA_SUCCESS;
1062 status = QLA_SUCCESS;
1071 return status;
1099 int status = QLA_ERROR;
1116 status = QLA_SUCCESS;
1122 status = QLA_SUCCESS;
1132 status = QLA_SUCCESS;
1141 status = QLA_SUCCESS;
1146 status = QLA_SUCCESS;
1155 return status;