Searched refs:cxlflash_cfg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | common.h | 92 struct cxlflash_cfg { struct 182 struct cxlflash_cfg *parent; /* Pointer back to parent cxlflash_cfg */ 199 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *); 200 int cxlflash_mark_contexts_error(struct cxlflash_cfg *); 201 void cxlflash_term_local_luns(struct cxlflash_cfg *); 202 void cxlflash_restore_luntable(struct cxlflash_cfg *);
|
D | main.c | 222 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() 320 struct cxlflash_cfg *cfg = afu->parent; in send_cmd() 412 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)host->hostdata; in send_tmf() 496 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)host->hostdata; in cxlflash_queuecommand() 598 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery() 612 static void free_mem(struct cxlflash_cfg *cfg) in free_mem() 636 static void stop_afu(struct cxlflash_cfg *cfg) in stop_afu() 659 static void term_mc(struct cxlflash_cfg *cfg, enum undo_level level) in term_mc() 694 static void term_afu(struct cxlflash_cfg *cfg) in term_afu() 712 struct cxlflash_cfg *cfg = pci_get_drvdata(pdev); in cxlflash_remove() [all …]
|
D | superpipe.c | 82 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts() 116 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context() 143 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() 249 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach() 305 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in read_cap16() 608 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in _cxlflash_disk_release() 721 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context() 755 static struct ctx_info *create_context(struct cxlflash_cfg *cfg, in create_context() 824 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in _cxlflash_disk_detach() 963 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_release() [all …]
|
D | lunmgt.c | 82 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local() 135 struct cxlflash_cfg *cfg = shost_priv(shost); in find_and_create_lun() 176 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns()
|
D | superpipe.h | 136 struct ctx_info *get_context(struct cxlflash_cfg *, u64, void *, enum ctx_ctrl); 149 int check_state(struct cxlflash_cfg *);
|
D | vlun.c | 436 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in write_same16() 731 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in _cxlflash_vlun_resize() 812 void cxlflash_restore_luntable(struct cxlflash_cfg *cfg) in cxlflash_restore_luntable() 857 static int init_luntable(struct cxlflash_cfg *cfg, struct llun_info *lli) in init_luntable() 926 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in cxlflash_disk_virtual_open() 1121 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in cxlflash_disk_clone()
|