Searched refs:sisl_rht_entry (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 87 struct sisl_rht_entry *rht_start; /* 1 page (req'd for alignment), 139 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, 142 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, 144 void rhte_checkin(struct ctx_info *ctxi, struct sisl_rht_entry *rhte);
|
H A D | superpipe.c | 436 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() 441 struct sisl_rht_entry *rhte = NULL; in get_rhte() 480 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, in rhte_checkout() 485 struct sisl_rht_entry *rhte = NULL; in rhte_checkout() 509 struct sisl_rht_entry *rhte) in rhte_checkin() 527 static void rht_format1(struct sisl_rht_entry *rhte, u64 lun_id, u32 perm, in rht_format1() 649 struct sisl_rht_entry *rhte; in _cxlflash_disk_release() 786 struct sisl_rht_entry *rhte; in create_context() 796 rhte = (struct sisl_rht_entry *)get_zeroed_page(GFP_KERNEL); in create_context() 1845 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_verify() [all …]
|
H A D | vlun.c | 504 struct sisl_rht_entry *rhte, in grow_lxt() 621 struct sisl_rht_entry *rhte, in shrink_lxt() 746 struct sisl_rht_entry *rhte; in _cxlflash_vlun_resize() 992 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_virtual_open() 1095 struct sisl_rht_entry *rhte, in clone_lxt() 1096 struct sisl_rht_entry *rhte_src) in clone_lxt()
|
H A D | sislite.h | 506 struct sisl_rht_entry { struct
|
H A D | common.h | 48 #define MAX_RHT_PER_CONTEXT (PAGE_SIZE / sizeof(struct sisl_rht_entry))
|