Home
last modified time | relevance | path

Searched refs:do_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c298 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
/linux/arch/x86/kernel/
H A Dapm_32.c1489 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function
1880 .unlocked_ioctl = do_ioctl,
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2424 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
2427 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12832 .do_ioctl = hclge_do_ioctl,