Lines Matching defs:rhndl
430 * @rhndl: Resource handle associated with entry.
435 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
448 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) {
449 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
450 __func__, rhndl);
454 if (unlikely(ctxi->rht_lun[rhndl] != lli)) {
455 dev_dbg(dev, "%s: Bad resource handle LUN rhndl=%d\n",
456 __func__, rhndl);
460 rhte = &ctxi->rht_start[rhndl];
462 dev_dbg(dev, "%s: Unopened resource handle rhndl=%d\n",
463 __func__, rhndl);
641 res_hndl_t rhndl = release->rsrc_handle;
651 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu gli->mode=%u gli->users=%u\n",
666 rhte = get_rhte(ctxi, rhndl, lli);
668 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
669 __func__, rhndl);
710 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
1845 res_hndl_t rhndl = verify->rsrc_handle;
1850 dev_dbg(dev, "%s: ctxid=%llu rhndl=%016llx, hint=%016llx, "
1861 rhte = get_rhte(ctxi, rhndl, lli);
1863 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
1864 __func__, rhndl);