Searched refs:ctxi (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/cxlflash/ |
| A D | superpipe.c | 134 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 135 return ctxi; in find_error_context() 179 if (ctxi) in get_context() 231 return ctxi; in get_context() 235 ctxi = NULL; in get_context() 786 ctxi = kzalloc(sizeof(*ctxi), GFP_KERNEL); in create_context() 832 ctxi->ctxid = ENCODE_CTXID(ctxi, ctxid); in init_context() 1394 if (ctxi) { in cxlflash_disk_attach() 1481 if (ctxi) in cxlflash_disk_attach() 1512 if (ctxi) { in cxlflash_disk_attach() [all …]
|
| A D | superpipe.h | 119 int _cxlflash_vlun_resize(struct scsi_device *sdev, struct ctx_info *ctxi, 124 int _cxlflash_disk_release(struct scsi_device *sdev, struct ctx_info *ctxi, 137 void put_context(struct ctx_info *ctxi); 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);
|
| A D | vlun.c | 686 ctxi->unavail = true; in shrink_lxt() 702 mutex_lock(&ctxi->mutex); in shrink_lxt() 703 ctxi->unavail = false; in shrink_lxt() 730 struct ctx_info *ctxi, in _cxlflash_vlun_resize() argument 769 if (!ctxi) { in _cxlflash_vlun_resize() 771 if (unlikely(!ctxi)) { in _cxlflash_vlun_resize() 816 put_context(ctxi); in _cxlflash_vlun_resize() 1022 if (unlikely(!ctxi)) { in cxlflash_disk_virtual_open() 1062 if (likely(ctxi)) in cxlflash_disk_virtual_open() 1063 put_context(ctxi); in cxlflash_disk_virtual_open() [all …]
|
Completed in 13 milliseconds