Home
last modified time | relevance | path

Searched refs:dsa_ndo_do_ioctl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h784 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl() function
799 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl() function
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_ioctl.c200 err = dsa_ndo_do_ioctl(dev, ifr, cmd); in dev_do_ioctl()