Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/snic/
Dsnic_main.c148 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
583 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
593 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
603 snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_probe()
640 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_probe()
641 list_add_tail(&snic->list, &snic_glob->snic_list); in snic_probe()
642 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_probe()
799 flush_workqueue(snic_glob->event_q); in snic_remove()
813 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_remove()
815 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()
390 if (!snic_glob->stats_root) { in snic_stats_debugfs_init()
396 de = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()
457 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_trc.h85 if (unlikely(snic_glob->trc.enable)) \
Dsnic_disc.c432 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
544 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
Dsnic.h369 extern struct snic_global *snic_glob;
Dsnic_scsi.c1097 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()