Lines Matching defs:rhndl
431 * @rhndl: Resource handle associated with entry.
436 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl,
449 if (unlikely(rhndl >= MAX_RHT_PER_CONTEXT)) {
450 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
451 __func__, rhndl);
455 if (unlikely(ctxi->rht_lun[rhndl] != lli)) {
456 dev_dbg(dev, "%s: Bad resource handle LUN rhndl=%d\n",
457 __func__, rhndl);
461 rhte = &ctxi->rht_start[rhndl];
463 dev_dbg(dev, "%s: Unopened resource handle rhndl=%d\n",
464 __func__, rhndl);
642 res_hndl_t rhndl = release->rsrc_handle;
652 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu gli->mode=%u gli->users=%u\n",
667 rhte = get_rhte(ctxi, rhndl, lli);
669 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
670 __func__, rhndl);
711 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);
1846 res_hndl_t rhndl = verify->rsrc_handle;
1851 dev_dbg(dev, "%s: ctxid=%llu rhndl=%016llx, hint=%016llx, "
1862 rhte = get_rhte(ctxi, rhndl, lli);
1864 dev_dbg(dev, "%s: Bad resource handle rhndl=%d\n",
1865 __func__, rhndl);