Lines Matching defs:rtn

676 	bool rtn = true;
752 return rtn;
3538 bool rtn = false;
3542 rtn = arcmsr_hbaA_get_config(acb);
3545 rtn = arcmsr_hbaB_get_config(acb);
3548 rtn = arcmsr_hbaC_get_config(acb);
3551 rtn = arcmsr_hbaD_get_config(acb);
3554 rtn = arcmsr_hbaE_get_config(acb);
3557 rtn = arcmsr_hbaF_get_config(acb);
3570 return rtn;
3580 int rtn;
3591 rtn = SUCCESS;
3596 rtn = FAILED;
3631 return rtn;
3641 int index, rtn;
3654 rtn = SUCCESS;
3659 rtn = FAILED;
3700 return rtn;
3712 int rtn;
3720 rtn = SUCCESS;
3725 rtn = FAILED;
3762 return rtn;
3770 int rtn, doneq_index, index_stripped, outbound_write_pointer, toggle;
3785 rtn = SUCCESS;
3790 rtn = FAILED;
3838 return rtn;
3848 int rtn;
3861 rtn = SUCCESS;
3866 rtn = FAILED;
3907 return rtn;
3913 int rtn = 0;
3917 rtn = arcmsr_hbaA_polling_ccbdone(acb, poll_ccb);
3920 rtn = arcmsr_hbaB_polling_ccbdone(acb, poll_ccb);
3923 rtn = arcmsr_hbaC_polling_ccbdone(acb, poll_ccb);
3926 rtn = arcmsr_hbaD_polling_ccbdone(acb, poll_ccb);
3930 rtn = arcmsr_hbaE_polling_ccbdone(acb, poll_ccb);
3933 return rtn;
4580 bool rtn = true;
4585 rtn = ((readl(&reg->outbound_msgaddr1) &
4591 rtn = ((readl(reg->iop2drv_doorbell) &
4597 rtn = (readl(&reg->host_diagnostic) & 0x04) ? true : false;
4602 rtn = ((readl(reg->sample_at_reset) & 0x80) == 0) ?
4609 rtn = (readl(&reg->host_diagnostic_3xxx) &
4614 return rtn;
4672 int rtn = FAILED;
4710 rtn = SUCCESS;
4717 rtn = SUCCESS;
4719 return rtn;
4725 int rtn;
4726 rtn = arcmsr_polling_ccbdone(acb, ccb);
4727 return rtn;
4735 int rtn = FAILED;
4753 return rtn;
4761 rtn = arcmsr_abort_one_cmd(acb, ccb);
4767 return rtn;