Searched refs:ctx_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.h | 92 struct ctx_info { struct 122 int _cxlflash_vlun_resize(struct scsi_device *, struct ctx_info *, argument 126 int _cxlflash_disk_release(struct scsi_device *, struct ctx_info *, 136 struct ctx_info *get_context(struct cxlflash_cfg *, u64, void *, enum ctx_ctrl); 137 void put_context(struct ctx_info *); 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 | 116 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context() 119 struct ctx_info *ctxi; in find_error_context() 143 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() 147 struct ctx_info *ctxi = NULL; in get_context() 233 void put_context(struct ctx_info *ctxi) in put_context() 249 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach() 415 struct sisl_rht_entry *get_rhte(struct ctx_info *ctxi, res_hndl_t rhndl, in get_rhte() 456 struct sisl_rht_entry *rhte_checkout(struct ctx_info *ctxi, in rhte_checkout() 482 void rhte_checkin(struct ctx_info *ctxi, in rhte_checkin() 605 struct ctx_info *ctxi, in _cxlflash_disk_release() [all …]
|
D | common.h | 115 struct ctx_info *ctx_tbl[MAX_CONTEXT];
|
D | vlun.c | 621 struct ctx_info *ctxi, in shrink_lxt() 728 struct ctx_info *ctxi, in _cxlflash_vlun_resize() 942 struct ctx_info *ctxi = NULL; in cxlflash_disk_virtual_open() 1128 struct ctx_info *ctxi_src = NULL, in cxlflash_disk_clone()
|