Home
last modified time | relevance | path

Searched refs:snic_glob (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A 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 in snic_remove()
822 struct snic_global *snic_glob; global() variable
[all...]
H A 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 in snic_trc_debugfs_init()
[all...]
H A 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()
H A Dsnic_disc.c436 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
561 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
567 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
H A Dsnic_trc.h85 if (unlikely(snic_glob->trc.enable)) \
H A Dsnic.h371 extern struct snic_global *snic_glob;
H A Dsnic_scsi.c1116 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_main.c140 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
550 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
561 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
572 snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_probe()
597 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_probe()
598 list_add_tail(&snic->list, &snic_glob->snic_list); in snic_probe()
599 spin_unlock_irqrestore(&snic_glob->snic_list_lock, flags); in snic_probe()
768 flush_workqueue(snic_glob->event_q); in snic_remove()
782 spin_lock_irqsave(&snic_glob->snic_list_lock, flags); in snic_remove()
784 spin_unlock_irqrestore(&snic_glob in snic_remove()
808 struct snic_global *snic_glob; global() variable
[all...]
H A Dsnic_debugfs.c21 snic_glob->trc_root = debugfs_create_dir("snic", NULL); in snic_debugfs_init()
23 snic_glob->stats_root = debugfs_create_dir("statistics", in snic_debugfs_init()
24 snic_glob->trc_root); in snic_debugfs_init()
37 debugfs_remove(snic_glob->stats_root); in snic_debugfs_term()
38 snic_glob->stats_root = NULL; in snic_debugfs_term()
40 debugfs_remove(snic_glob->trc_root); in snic_debugfs_term()
41 snic_glob->trc_root = NULL; in snic_debugfs_term()
348 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()
384 return &snic_glob->trc; in snic_trc_seq_start()
428 snic_glob in snic_trc_debugfs_init()
[all...]
H A Dsnic_trc.c18 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_buf()
78 struct snic_trc *trc = &snic_glob->trc; in snic_get_trc_data()
110 struct snic_trc *trc = &snic_glob->trc; in snic_trc_init()
145 struct snic_trc *trc = &snic_glob->trc; in snic_trc_free()
H A Dsnic_disc.c422 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
547 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
553 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
H A Dsnic_trc.h68 if (unlikely(snic_glob->trc.enable)) \
H A Dsnic.h357 extern struct snic_global *snic_glob;
H A Dsnic_scsi.c1094 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()

Completed in 13 milliseconds