Searched refs:do_ioctl (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 298 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/ |
D | superpipe.c | 2108 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()
|
D | main.c | 3486 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/ |
D | hnae3.h | 644 int (*do_ioctl)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 2409 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/ |
D | hclge_main.c | 12721 .do_ioctl = hclge_do_ioctl,
|