Lines Matching defs:ret

1556 	int i, rc, ret = 0;
1574 ret = -ENXIO;
1579 return ret;
2338 uint8_t ret;
2406 ret = mbxCommand;
2409 ret = MBX_SHUTDOWN;
2412 return ret;
2810 int ret = 1;
2879 ret = lpfc_nvmet_handle_lsreq(phba, axchg);
2881 ret = lpfc_nvme_handle_lsreq(phba, axchg);
2884 if (!ret)
2891 (phba->nvmet_support) ? "T" : "I", ret);
2900 ret = lpfc_nvme_unsol_ls_issue_abort(phba, axchg, sid, oxid);
2902 if (ret)
12049 int ret;
12052 ret = piocbq->iocb_flag & flag;
12054 return ret;
13831 int ret = 0;
13854 ret = queue_work(phba->wq, &cq->spwork);
13856 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork);
13858 if (!ret)
13977 int ret = 0;
14005 ret = queue_delayed_work(phba->wq, &cq->sched_spwork,
14008 ret = queue_delayed_work_on(cq->chann, phba->wq,
14010 if (!ret)
14361 int ret = 0;
14370 ret = queue_work(phba->wq, &cq->irqwork);
14372 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork);
14373 if (!ret)
14487 int ret = 0;
14495 ret = queue_delayed_work(phba->wq, &cq->sched_irqwork,
14498 ret = queue_delayed_work_on(cq->chann, phba->wq,
14500 if (!ret)
19203 int ret = 0;
19271 ret = 1;
19274 return ret;
20249 uint32_t ret = 0;
20269 ret = lpfc_sli4_wq_put(phba->sli4_hba.nvmels_wq, wqe);
20270 if (ret) {
20272 return ret;
20292 ret = lpfc_sli4_wq_put(wq, wqe);
20293 if (ret) {
20295 return ret;
20322 ret = lpfc_sli4_wq_put(wq, wqe);
20323 if (ret) {
20325 return ret;
20540 int ret;
20542 ret = spin_trylock_irqsave(&pbl_pool->lock, iflag);
20543 if (ret) {
20591 int ret;
20599 ret = _lpfc_move_xri_pbl_to_pvt(phba, qp, pbl_pool, pvt_pool, count);
20600 if (ret) {
20621 ret = _lpfc_move_xri_pbl_to_pvt(
20625 } while (!ret && next_hwqid != multixri_pool->rrb_next_hwqid);
20630 if (!ret) {
20636 if (ret) {