Searched refs:do_ioctl (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/cxlflash/ |
D | superpipe.c | 2106 sioctl do_ioctl = NULL; in cxlflash_ioctl() local 2163 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl() 2165 if (likely(do_ioctl)) in cxlflash_ioctl() 2195 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
|
D | main.c | 3482 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local 3506 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl() 3508 if (likely(do_ioctl)) in cxlflash_chr_ioctl() 3539 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
|
/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, 1424 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 595 int (*do_ioctl)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 2267 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl() 2270 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
|
/drivers/s390/net/ |
D | qeth_core.h | 773 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, member
|
D | qeth_l3_main.c | 2080 .do_ioctl = qeth_l3_do_ioctl,
|
D | qeth_l2_main.c | 2436 .do_ioctl = NULL,
|
D | qeth_core_main.c | 6601 if (card->discipline->do_ioctl) in qeth_siocdevprivate() 6602 rc = card->discipline->do_ioctl(dev, rq, data, cmd); in qeth_siocdevprivate()
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 13149 .do_ioctl = hclge_do_ioctl,
|