Home
last modified time | relevance | path

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

/drivers/net/
Ddepca.h162 struct depca_ioctl { struct
Ddepca.c522 static int depca_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
800 dev->do_ioctl = &depca_ioctl; in depca_hw_init()
1912 static int depca_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in depca_ioctl() function
1915 struct depca_ioctl *ioc = (struct depca_ioctl *) &rq->ifr_ifru; in depca_ioctl()