Lines Matching defs:ret

1679 	int i, rc, ret = 0;
1697 ret = -ENXIO;
1702 return ret;
2733 uint8_t ret;
2801 ret = mbxCommand;
2804 ret = MBX_SHUTDOWN;
2807 return ret;
3219 int ret = 1;
3288 ret = lpfc_nvmet_handle_lsreq(phba, axchg);
3290 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) {
3311 ret = lpfc_nvme_handle_lsreq(phba, axchg);
3315 if (!ret)
3323 (phba->nvmet_support) ? "T" : "I", ret);
3330 ret = lpfc_nvme_unsol_ls_issue_abort(phba, axchg, sid, oxid);
3332 if (ret)
13056 int ret;
13059 ret = piocbq->cmd_flag & flag;
13061 return ret;
14808 int ret = 0;
14831 ret = queue_work(phba->wq, &cq->spwork);
14833 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork);
14835 if (!ret)
14948 int ret = 0;
14976 ret = queue_delayed_work(phba->wq, &cq->sched_spwork,
14979 ret = queue_delayed_work_on(cq->chann, phba->wq,
14981 if (!ret)
15362 int ret;
15370 ret = queue_delayed_work(phba->wq, &cq->sched_irqwork,
15373 ret = queue_delayed_work_on(cq->chann, phba->wq,
15375 if (!ret)
15423 int ret;
15491 ret = queue_work(phba->wq, &cq->irqwork);
15493 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork);
15494 if (!ret)
20229 int ret = 0;
20297 ret = 1;
20300 return ret;
21115 int ret = 0;
21156 ret = __lpfc_sli_issue_iocb(phba, pring->ringno, piocbq, 0);
21158 if (ret && ret != IOCB_BUSY) {
21169 piocbq->sli4_xritag, ret,
21175 if (txq_cnt == 0 || ret == IOCB_BUSY)
21326 uint32_t ret = 0;
21346 ret = lpfc_sli4_wq_put(phba->sli4_hba.nvmels_wq, wqe);
21347 if (ret) {
21349 return ret;
21369 ret = lpfc_sli4_wq_put(wq, wqe);
21370 if (ret) {
21372 return ret;
21399 ret = lpfc_sli4_wq_put(wq, wqe);
21400 if (ret) {
21402 return ret;
21697 int ret;
21699 ret = spin_trylock_irqsave(&pbl_pool->lock, iflag);
21700 if (ret) {
21748 int ret;
21756 ret = _lpfc_move_xri_pbl_to_pvt(phba, qp, pbl_pool, pvt_pool, count);
21757 if (ret) {
21778 ret = _lpfc_move_xri_pbl_to_pvt(
21782 } while (!ret && next_hwqid != multixri_pool->rrb_next_hwqid);
21787 if (!ret) {
21793 if (ret) {