Searched refs:cxlflash_cfg (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/scsi/cxlflash/ |
D | common.h | 112 struct cxlflash_cfg { struct 252 struct cxlflash_cfg *parent; /* Pointer back to parent cxlflash_cfg */ 308 struct cxlflash_cfg *cfg, int i) in get_fc_port_bank() 315 static inline __be64 __iomem *get_fc_port_regs(struct cxlflash_cfg *cfg, int i) in get_fc_port_regs() 322 static inline __be64 __iomem *get_fc_port_luns(struct cxlflash_cfg *cfg, int i) in get_fc_port_luns() 335 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg); 336 int cxlflash_mark_contexts_error(struct cxlflash_cfg *cfg); 337 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg); 338 void cxlflash_restore_luntable(struct cxlflash_cfg *cfg);
|
D | main.c | 45 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() 157 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() 193 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() 237 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() 302 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() 346 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() 391 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() 458 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf() 562 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() 643 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery() [all …]
|
D | lunmgt.c | 33 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_local() 61 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_global() 84 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local() 134 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in find_and_create_lun() 178 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns() 230 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_manage_lun()
|
D | superpipe.c | 95 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts() 128 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context() 155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() 261 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach() 332 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in read_cap16() 437 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() 481 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() 632 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() 749 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context() 778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() [all …]
|
D | superpipe.h | 104 struct cxlflash_cfg *cfg; 135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg, 151 int check_state(struct cxlflash_cfg *cfg);
|
D | vlun.c | 429 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in write_same16() 507 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in grow_lxt() 625 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in shrink_lxt() 733 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_vlun_resize() 832 void cxlflash_restore_luntable(struct cxlflash_cfg *cfg) in cxlflash_restore_luntable() 885 static int init_luntable(struct cxlflash_cfg *cfg, struct llun_info *lli) in init_luntable() 975 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_disk_virtual_open() 1098 struct cxlflash_cfg *cfg = afu->parent; in clone_lxt() 1193 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_disk_clone()
|