Lines Matching refs:status

148 	uint32_t status[MBOX_REG_COUNT];
168 if (bsg_job->reply_payload.payload_len < sizeof(status)) {
178 rval = qla4xxx_get_ip_state(ha, acb_idx, ip_idx, status);
188 status, sizeof(status));
457 int status = QLA_ERROR;
478 status = qla4xxx_mailbox_command(ha, MBOX_REG_COUNT, 8, &mbox_cmd[0],
487 if (status == QLA_SUCCESS)
499 "%s: bsg_reply->result = x%x, status = %s\n",
500 __func__, bsg_reply->result, STATUS(status)));
509 int status = QLA_SUCCESS;
521 status = QLA_ERROR;
542 status = QLA_ERROR;
553 return status;
560 int status = QLA_SUCCESS;
564 status = qla4_83xx_get_port_config(ha, &config);
565 if (status != QLA_SUCCESS)
595 status = qla4_83xx_set_port_config(ha, &config);
596 if (status != QLA_SUCCESS) {
602 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: status = %s\n", __func__,
603 STATUS(status)));
604 return status;
610 int status = QLA_SUCCESS;
615 status = qla4_83xx_get_port_config(ha, &config);
616 if (status != QLA_SUCCESS)
637 status = qla4_83xx_set_port_config(ha, &config);
638 if (status != QLA_SUCCESS) {
647 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: status = %s\n", __func__,
648 STATUS(status)));
649 return status;
662 int status = QLA_ERROR;
686 status = qla4_83xx_pre_loopback_config(ha, mbox_cmd);
687 if (status != QLA_SUCCESS) {
692 status = qla4_83xx_wait_for_loopback_config_comp(ha,
694 if (status != QLA_SUCCESS) {
706 status = qla4xxx_mailbox_command(ha, MBOX_REG_COUNT, 8, &mbox_cmd[0],
709 if (status == QLA_SUCCESS)
726 status = qla4_83xx_post_loopback_config(ha, mbox_cmd);
727 if (status != QLA_SUCCESS) {
737 status = qla4_83xx_wait_for_loopback_config_comp(ha,
739 if (status != QLA_SUCCESS) {
746 "%s: bsg_reply->result = x%x, status = %s\n",
747 __func__, bsg_reply->result, STATUS(status)));