Home
last modified time | relevance | path

Searched refs:BE_GET_ASYNC_CRI_FROM_CID (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/be2iscsi/
Dbe_main.h608 #define BE_GET_ASYNC_CRI_FROM_CID(cid) (pasync_ctx->cid_to_async_cri_map[cid]) macro
Dbe_main.c1509 cri = BE_GET_ASYNC_CRI_FROM_CID(cid); in beiscsi_hdl_get_handle()