Searched refs:cxlflash_cfg (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A 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);
|
A D | main.c | 45 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() 157 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() 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() 2217 struct cxlflash_cfg *cfg = data; in cxlflash_async_reset_host() 2556 struct cxlflash_cfg *cfg, in cxlflash_show_port_status() 2754 struct cxlflash_cfg *cfg, in cxlflash_show_port_lun_table() 3198 struct cxlflash_cfg *cfg = container_of(work, struct cxlflash_cfg, in cxlflash_worker_thread() 3248 struct cxlflash_cfg *cfg; in cxlflash_chr_open() [all …]
|
A 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()
|
A D | superpipe.c | 332 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in read_cap16() 439 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() 483 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() 634 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() 858 struct cxlflash_cfg *cfg = ctxi->cfg; in remove_context() 894 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_detach() 992 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_release() 1107 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_mmap_fault() 1180 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_mmap() 1278 int check_state(struct cxlflash_cfg *cfg) in check_state() [all …]
|
A 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);
|
A 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()
|
Completed in 21 milliseconds