Home
last modified time | relevance | path

Searched refs:snic_glob (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/scsi/snic/
Dsnic_main.c154 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
564 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
575 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
586 snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_probe()
611 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_probe()
612 list_add_tail(&snic->list, &snic_glob->snic_list); in snic_probe()
613 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_probe()
782 flush_workqueue(snic_glob->event_q); in snic_remove()
796 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_remove()
798 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_remove()
[all …]
Dsnic_debugfs.c35 snic_glob->trc_root = debugfs_create_dir("snic", NULL); in snic_debugfs_init()
37 snic_glob->stats_root = debugfs_create_dir("statistics", in snic_debugfs_init()
38 snic_glob->trc_root); in snic_debugfs_init()
51 debugfs_remove(snic_glob->stats_root); in snic_debugfs_term()
52 snic_glob->stats_root = NULL; in snic_debugfs_term()
54 debugfs_remove(snic_glob->trc_root); in snic_debugfs_term()
55 snic_glob->trc_root = NULL; in snic_debugfs_term()
380 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()
416 return &snic_glob->trc; in snic_trc_seq_start()
457 snic_glob->trc.trc_enable = debugfs_create_bool("tracing_enable", in snic_trc_debugfs_init()
[all …]
Dsnic_trc.c32 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_buf()
92 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_data()
124 struct snic_trc *trc = &snic_glob->trc; in snic_trc_init()
159 struct snic_trc *trc = &snic_glob->trc; in snic_trc_free()
Dsnic_disc.c433 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
558 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
564 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
Dsnic_trc.h85 if (unlikely(snic_glob->trc.enable)) \
Dsnic.h371 extern struct snic_global *snic_glob;
Dsnic_scsi.c1116 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()