Home
last modified time | relevance | path

Searched refs:fc_lport_notifier_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_libfc.c41 struct blocking_notifier_head fc_lport_notifier_head = variable
42 BLOCKING_NOTIFIER_INIT(fc_lport_notifier_head);
43 EXPORT_SYMBOL(fc_lport_notifier_head);
315 blocking_notifier_call_chain(&fc_lport_notifier_head, in fc_fc4_add_lport()
328 blocking_notifier_call_chain(&fc_lport_notifier_head, in fc_fc4_del_lport()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c490 blocking_notifier_chain_register(&fc_lport_notifier_head, &ft_notifier); in ft_init()
502 blocking_notifier_chain_unregister(&fc_lport_notifier_head, in ft_exit()
/linux-4.4.14/include/scsi/
Dlibfc.h812 extern struct blocking_notifier_head fc_lport_notifier_head;