Lines Matching defs:rtn

675 	bool rtn = true;
751 return rtn;
3536 bool rtn = false;
3540 rtn = arcmsr_hbaA_get_config(acb);
3543 rtn = arcmsr_hbaB_get_config(acb);
3546 rtn = arcmsr_hbaC_get_config(acb);
3549 rtn = arcmsr_hbaD_get_config(acb);
3552 rtn = arcmsr_hbaE_get_config(acb);
3555 rtn = arcmsr_hbaF_get_config(acb);
3568 return rtn;
3578 int rtn;
3589 rtn = SUCCESS;
3594 rtn = FAILED;
3629 return rtn;
3639 int index, rtn;
3652 rtn = SUCCESS;
3657 rtn = FAILED;
3698 return rtn;
3710 int rtn;
3718 rtn = SUCCESS;
3723 rtn = FAILED;
3760 return rtn;
3768 int rtn, doneq_index, index_stripped, outbound_write_pointer, toggle;
3783 rtn = SUCCESS;
3788 rtn = FAILED;
3836 return rtn;
3846 int rtn;
3859 rtn = SUCCESS;
3864 rtn = FAILED;
3905 return rtn;
3911 int rtn = 0;
3915 rtn = arcmsr_hbaA_polling_ccbdone(acb, poll_ccb);
3918 rtn = arcmsr_hbaB_polling_ccbdone(acb, poll_ccb);
3921 rtn = arcmsr_hbaC_polling_ccbdone(acb, poll_ccb);
3924 rtn = arcmsr_hbaD_polling_ccbdone(acb, poll_ccb);
3928 rtn = arcmsr_hbaE_polling_ccbdone(acb, poll_ccb);
3931 return rtn;
4578 bool rtn = true;
4583 rtn = ((readl(&reg->outbound_msgaddr1) &
4589 rtn = ((readl(reg->iop2drv_doorbell) &
4595 rtn = (readl(&reg->host_diagnostic) & 0x04) ? true : false;
4600 rtn = ((readl(reg->sample_at_reset) & 0x80) == 0) ?
4607 rtn = (readl(&reg->host_diagnostic_3xxx) &
4612 return rtn;
4670 int rtn = FAILED;
4708 rtn = SUCCESS;
4715 rtn = SUCCESS;
4717 return rtn;
4723 int rtn;
4724 rtn = arcmsr_polling_ccbdone(acb, ccb);
4725 return rtn;
4733 int rtn = FAILED;
4751 return rtn;
4759 rtn = arcmsr_abort_one_cmd(acb, ccb);
4765 return rtn;