Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddca.h14 void dca_unregister_notify(struct notifier_block *nb);
/linux/drivers/dca/
H A Ddca-core.c437 void dca_unregister_notify(struct notifier_block *nb) in dca_unregister_notify() function
441 EXPORT_SYMBOL_GPL(dca_unregister_notify);
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c12404 dca_unregister_notify(&dca_notifier); in ixgbe_exit_module()