Searched refs:cxlflash_cfg (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | common.h | 116 struct cxlflash_cfg { struct 256 struct cxlflash_cfg *parent; /* Pointer back to parent cxlflash_cfg */ 312 struct cxlflash_cfg *cfg, int i) in get_fc_port_bank() 319 static inline __be64 __iomem *get_fc_port_regs(struct cxlflash_cfg *cfg, int i) in get_fc_port_regs() 326 static inline __be64 __iomem *get_fc_port_luns(struct cxlflash_cfg *cfg, int i) in get_fc_port_luns() 338 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg); 339 int cxlflash_mark_contexts_error(struct cxlflash_cfg *cfg); 340 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg); 341 void cxlflash_restore_luntable(struct cxlflash_cfg *cfg);
|
D | main.c | 49 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() 166 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() 202 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() 246 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() 311 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() 355 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() 400 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() 467 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf() 571 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() 652 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery() [all …]
|
D | lunmgt.c | 37 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_local() 65 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_global() 88 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local() 138 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in find_and_create_lun() 182 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns() 234 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_manage_lun()
|
D | superpipe.c | 99 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts() 132 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context() 159 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() 265 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach() 336 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in read_cap16() 443 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() 487 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() 638 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() 755 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context() 784 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() [all …]
|
D | superpipe.h | 108 struct cxlflash_cfg *cfg; 139 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg, 155 int check_state(struct cxlflash_cfg *cfg);
|
D | vlun.c | 433 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in write_same16() 511 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in grow_lxt() 629 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in shrink_lxt() 737 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_vlun_resize() 836 void cxlflash_restore_luntable(struct cxlflash_cfg *cfg) in cxlflash_restore_luntable() 889 static int init_luntable(struct cxlflash_cfg *cfg, struct llun_info *lli) in init_luntable() 979 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_disk_virtual_open() 1102 struct cxlflash_cfg *cfg = afu->parent; in clone_lxt() 1197 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_disk_clone()
|