Searched refs:do_ioctl (Results 1 – 4 of 4) sorted by relevance
298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);467 .ndo_eth_ioctl = do_ioctl,1418 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
670 int (*do_ioctl)(struct hnae3_handle *handle, member
2416 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()2419 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
12832 .do_ioctl = hclge_do_ioctl,
Completed in 53 milliseconds