Lines Matching refs:rtn

675 	bool rtn = true;
751 return rtn;
3454 bool rtn = false;
3458 rtn = arcmsr_hbaA_get_config(acb);
3461 rtn = arcmsr_hbaB_get_config(acb);
3464 rtn = arcmsr_hbaC_get_config(acb);
3467 rtn = arcmsr_hbaD_get_config(acb);
3470 rtn = arcmsr_hbaE_get_config(acb);
3473 rtn = arcmsr_hbaF_get_config(acb);
3486 return rtn;
3496 int rtn;
3507 rtn = SUCCESS;
3512 rtn = FAILED;
3547 return rtn;
3557 int index, rtn;
3570 rtn = SUCCESS;
3575 rtn = FAILED;
3616 return rtn;
3628 int rtn;
3636 rtn = SUCCESS;
3641 rtn = FAILED;
3678 return rtn;
3686 int rtn, doneq_index, index_stripped, outbound_write_pointer, toggle;
3701 rtn = SUCCESS;
3706 rtn = FAILED;
3754 return rtn;
3764 int rtn;
3777 rtn = SUCCESS;
3782 rtn = FAILED;
3823 return rtn;
3829 int rtn = 0;
3833 rtn = arcmsr_hbaA_polling_ccbdone(acb, poll_ccb);
3836 rtn = arcmsr_hbaB_polling_ccbdone(acb, poll_ccb);
3839 rtn = arcmsr_hbaC_polling_ccbdone(acb, poll_ccb);
3842 rtn = arcmsr_hbaD_polling_ccbdone(acb, poll_ccb);
3846 rtn = arcmsr_hbaE_polling_ccbdone(acb, poll_ccb);
3849 return rtn;
4490 bool rtn = true;
4495 rtn = ((readl(&reg->outbound_msgaddr1) &
4501 rtn = ((readl(reg->iop2drv_doorbell) &
4507 rtn = (readl(&reg->host_diagnostic) & 0x04) ? true : false;
4512 rtn = ((readl(reg->sample_at_reset) & 0x80) == 0) ?
4519 rtn = (readl(&reg->host_diagnostic_3xxx) &
4524 return rtn;
4582 int rtn = FAILED;
4620 rtn = SUCCESS;
4627 rtn = SUCCESS;
4629 return rtn;
4635 int rtn;
4636 rtn = arcmsr_polling_ccbdone(acb, ccb);
4637 return rtn;
4645 int rtn = FAILED;
4663 return rtn;
4671 rtn = arcmsr_abort_one_cmd(acb, ccb);
4677 return rtn;