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

/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c29 struct blocking_notifier_head fc_lport_notifier_head = variable in typeref:struct:blocking_notifier_head
30 BLOCKING_NOTIFIER_INIT(fc_lport_notifier_head);
31 EXPORT_SYMBOL(fc_lport_notifier_head); variable
303 blocking_notifier_call_chain(&fc_lport_notifier_head,
316 blocking_notifier_call_chain(&fc_lport_notifier_head,
/linux-master/drivers/target/tcm_fc/
H A Dtfc_conf.c456 blocking_notifier_chain_register(&fc_lport_notifier_head, &ft_notifier);
468 blocking_notifier_chain_unregister(&fc_lport_notifier_head,
/linux-master/include/scsi/
H A Dlibfc.h650 extern struct blocking_notifier_head fc_lport_notifier_head;

Completed in 388 milliseconds