Home
last modified time | relevance | path

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

/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
467 .ndo_eth_ioctl = do_ioctl,
1420 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
/drivers/scsi/cxlflash/
Dsuperpipe.c2108 sioctl do_ioctl = NULL; in cxlflash_ioctl() local
2165 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl()
2167 if (likely(do_ioctl)) in cxlflash_ioctl()
2197 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
Dmain.c3486 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local
3510 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl()
3512 if (likely(do_ioctl)) in cxlflash_chr_ioctl()
3543 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h644 int (*do_ioctl)(struct hnae3_handle *handle, member
Dhns3_enet.c2409 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
2412 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c12721 .do_ioctl = hclge_do_ioctl,