Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dethtool_netlink.h46 void ethnl_pse_send_ntf(struct net_device *netdev, unsigned long notif);
125 static inline void ethnl_pse_send_ntf(struct net_device *netdev, in ethnl_pse_send_ntf() function
/linux/net/ethtool/
H A Dpse-pd.c345 void ethnl_pse_send_ntf(struct net_device *netdev, unsigned long notifs) in ethnl_pse_send_ntf() function
382 EXPORT_SYMBOL_GPL(ethnl_pse_send_ntf);
/linux/drivers/net/pse-pd/
H A Dpse_core.c1027 ethnl_pse_send_ntf(netdev, ntf.notifs); in pse_send_ntf_worker()