Searched refs:sisl_rht_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.h | 94 struct sisl_rht_entry *rht_start; /* 1 page (req'd for alignment), 139 struct sisl_rht_entry *get_rhte(struct ctx_info *, res_hndl_t, 142 struct sisl_rht_entry *rhte_checkout(struct ctx_info *, struct llun_info *); 143 void rhte_checkin(struct ctx_info *, struct sisl_rht_entry *);
|
D | superpipe.c | 415 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() 418 struct sisl_rht_entry *rhte = NULL; in get_rhte() 456 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, in rhte_checkout() 459 struct sisl_rht_entry *rhte = NULL; in rhte_checkout() 483 struct sisl_rht_entry *rhte) in rhte_checkin() 501 static void rht_format1(struct sisl_rht_entry *rhte, u64 lun_id, u32 perm, in rht_format1() 622 struct sisl_rht_entry *rhte; in _cxlflash_disk_release() 765 struct sisl_rht_entry *rhte; in create_context() 775 rhte = (struct sisl_rht_entry *)get_zeroed_page(GFP_KERNEL); in create_context() 1776 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_verify() [all …]
|
D | vlun.c | 508 struct sisl_rht_entry *rhte, in grow_lxt() 620 struct sisl_rht_entry *rhte, in shrink_lxt() 743 struct sisl_rht_entry *rhte; in _cxlflash_vlun_resize() 943 struct sisl_rht_entry *rhte = NULL; in cxlflash_disk_virtual_open() 1045 struct sisl_rht_entry *rhte, in clone_lxt() 1046 struct sisl_rht_entry *rhte_src) in clone_lxt()
|
D | common.h | 38 #define MAX_RHT_PER_CONTEXT (PAGE_SIZE / sizeof(struct sisl_rht_entry))
|
D | sislite.h | 417 struct sisl_rht_entry { struct
|