Lines Matching refs:rtn
668 bool rtn = true;
744 return rtn;
3449 bool rtn = false;
3453 rtn = arcmsr_hbaA_get_config(acb);
3456 rtn = arcmsr_hbaB_get_config(acb);
3459 rtn = arcmsr_hbaC_get_config(acb);
3462 rtn = arcmsr_hbaD_get_config(acb);
3465 rtn = arcmsr_hbaE_get_config(acb);
3468 rtn = arcmsr_hbaF_get_config(acb);
3481 return rtn;
3491 int rtn;
3502 rtn = SUCCESS;
3507 rtn = FAILED;
3542 return rtn;
3552 int index, rtn;
3565 rtn = SUCCESS;
3570 rtn = FAILED;
3611 return rtn;
3623 int rtn;
3631 rtn = SUCCESS;
3636 rtn = FAILED;
3673 return rtn;
3681 int rtn, doneq_index, index_stripped, outbound_write_pointer, toggle;
3696 rtn = SUCCESS;
3701 rtn = FAILED;
3749 return rtn;
3759 int rtn;
3772 rtn = SUCCESS;
3777 rtn = FAILED;
3818 return rtn;
3824 int rtn = 0;
3828 rtn = arcmsr_hbaA_polling_ccbdone(acb, poll_ccb);
3831 rtn = arcmsr_hbaB_polling_ccbdone(acb, poll_ccb);
3834 rtn = arcmsr_hbaC_polling_ccbdone(acb, poll_ccb);
3837 rtn = arcmsr_hbaD_polling_ccbdone(acb, poll_ccb);
3841 rtn = arcmsr_hbaE_polling_ccbdone(acb, poll_ccb);
3844 return rtn;
4485 bool rtn = true;
4490 rtn = ((readl(®->outbound_msgaddr1) &
4496 rtn = ((readl(reg->iop2drv_doorbell) &
4502 rtn = (readl(®->host_diagnostic) & 0x04) ? true : false;
4507 rtn = ((readl(reg->sample_at_reset) & 0x80) == 0) ?
4514 rtn = (readl(®->host_diagnostic_3xxx) &
4519 return rtn;
4577 int rtn = FAILED;
4615 rtn = SUCCESS;
4622 rtn = SUCCESS;
4624 return rtn;
4630 int rtn;
4631 rtn = arcmsr_polling_ccbdone(acb, ccb);
4632 return rtn;
4640 int rtn = FAILED;
4658 return rtn;
4666 rtn = arcmsr_abort_one_cmd(acb, ccb);
4672 return rtn;