Searched refs:sisl_rht_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | superpipe.h | 91 struct sisl_rht_entry *rht_start; /* 1 page (req'd for alignment), 143 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, 146 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, 148 void rhte_checkin(struct ctx_info *ctxi, struct sisl_rht_entry *rhte);
|
D | superpipe.c | 440 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() 445 struct sisl_rht_entry *rhte = NULL; in get_rhte() 484 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, in rhte_checkout() 489 struct sisl_rht_entry *rhte = NULL; in rhte_checkout() 513 struct sisl_rht_entry *rhte) in rhte_checkin() 531 static void rht_format1(struct sisl_rht_entry *rhte, u64 lun_id, u32 perm, in rht_format1() 653 struct sisl_rht_entry *rhte; in _cxlflash_disk_release() 790 struct sisl_rht_entry *rhte; in create_context() 800 rhte = (struct sisl_rht_entry *)get_zeroed_page(GFP_KERNEL); in create_context() 1850 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_verify() [all …]
|
D | vlun.c | 508 struct sisl_rht_entry *rhte, in grow_lxt() 625 struct sisl_rht_entry *rhte, in shrink_lxt() 750 struct sisl_rht_entry *rhte; in _cxlflash_vlun_resize() 996 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_virtual_open() 1099 struct sisl_rht_entry *rhte, in clone_lxt() 1100 struct sisl_rht_entry *rhte_src) in clone_lxt()
|
D | sislite.h | 510 struct sisl_rht_entry { struct
|
D | common.h | 52 #define MAX_RHT_PER_CONTEXT (PAGE_SIZE / sizeof(struct sisl_rht_entry))
|