Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/snic/
Dsnic_main.c155 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
590 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
601 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
612 snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_probe()
637 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_probe()
638 list_add_tail(&snic->list, &snic_glob->snic_list); in snic_probe()
639 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_probe()
808 flush_workqueue(snic_glob->event_q); in snic_remove()
822 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_remove()
824 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_remove()
[all …]
Dsnic_debugfs.c46 snic_glob->trc_root = de; in snic_debugfs_init()
48 de = debugfs_create_dir("statistics", snic_glob->trc_root); in snic_debugfs_init()
54 snic_glob->stats_root = de; in snic_debugfs_init()
71 debugfs_remove(snic_glob->stats_root); in snic_debugfs_term()
72 snic_glob->stats_root = NULL; in snic_debugfs_term()
74 debugfs_remove(snic_glob->trc_root); in snic_debugfs_term()
75 snic_glob->trc_root = NULL; in snic_debugfs_term()
402 if (!snic_glob->stats_root) { in snic_stats_debugfs_init()
408 de = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()
469 return &snic_glob->trc; in snic_trc_seq_start()
[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()
170 struct snic_trc *trc = &snic_glob->trc; in snic_trc_free()
Dsnic_disc.c432 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
557 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
563 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.c1117 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()