Searched refs:ndo_eth_ioctl (Results 1 – 25 of 171) sorted by relevance
1234567
| /Linux-v5.15/drivers/staging/octeon/ |
| D | ethernet.c | 527 .ndo_eth_ioctl = cvm_oct_ioctl, 543 .ndo_eth_ioctl = cvm_oct_ioctl, 559 .ndo_eth_ioctl = cvm_oct_ioctl, 573 .ndo_eth_ioctl = cvm_oct_ioctl, 589 .ndo_eth_ioctl = cvm_oct_ioctl, 602 .ndo_eth_ioctl = cvm_oct_ioctl,
|
| /Linux-v5.15/net/dsa/ |
| D | master.c | 213 if (dev->netdev_ops->ndo_eth_ioctl) in dsa_master_ioctl() 214 err = dev->netdev_ops->ndo_eth_ioctl(dev, ifr, cmd); in dsa_master_ioctl() 220 .ndo_eth_ioctl = dsa_master_ioctl,
|
| /Linux-v5.15/net/core/ |
| D | dev_ioctl.c | 253 if (ops->ndo_eth_ioctl) { in dev_eth_ioctl() 255 err = ops->ndo_eth_ioctl(dev, ifr, cmd); in dev_eth_ioctl()
|
| /Linux-v5.15/net/8021q/ |
| D | vlan_dev.c | 375 if (netif_device_present(real_dev) && ops->ndo_eth_ioctl) in vlan_dev_ioctl() 376 err = ops->ndo_eth_ioctl(real_dev, &ifrr, cmd); in vlan_dev_ioctl() 817 .ndo_eth_ioctl = vlan_dev_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_vf.c | 102 .ndo_eth_ioctl = enetc_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib_vlan.c | 152 .ndo_eth_ioctl = mlx5i_pkey_ioctl,
|
| D | ipoib.c | 53 .ndo_eth_ioctl = mlx5i_ioctl,
|
| /Linux-v5.15/drivers/net/usb/ |
| D | ax88172a.c | 112 .ndo_eth_ioctl = phy_do_ioctl_running,
|
| D | asix_devices.c | 200 .ndo_eth_ioctl = asix_ioctl, 590 .ndo_eth_ioctl = phy_do_ioctl_running, 1103 .ndo_eth_ioctl = asix_ioctl,
|
| D | mcs7830.c | 467 .ndo_eth_ioctl = mcs7830_ioctl,
|
| D | sr9700.c | 313 .ndo_eth_ioctl = sr9700_ioctl,
|
| D | dm9601.c | 348 .ndo_eth_ioctl = dm9601_ioctl,
|
| D | sr9800.c | 687 .ndo_eth_ioctl = sr_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_main.c | 424 .ndo_eth_ioctl = aq_ndev_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxbf_gige/ |
| D | mlxbf_gige_main.c | 263 .ndo_eth_ioctl = mlxbf_gige_eth_ioctl,
|
| /Linux-v5.15/include/net/ |
| D | dsa.h | 107 int (*ndo_eth_ioctl)(struct net_device *dev, struct ifreq *ifr, member 1045 return ops->ndo_eth_ioctl(dev, ifr, cmd); in dsa_ndo_eth_ioctl()
|
| /Linux-v5.15/drivers/net/ |
| D | macvlan.c | 848 if (netif_device_present(real_dev) && ops->ndo_eth_ioctl) in macvlan_eth_ioctl() 849 err = ops->ndo_eth_ioctl(real_dev, &ifrr, cmd); in macvlan_eth_ioctl() 1154 .ndo_eth_ioctl = macvlan_eth_ioctl,
|
| /Linux-v5.15/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_main.c | 1748 if (!priv->rn_ops->ndo_eth_ioctl) in ipoib_ioctl() 1751 return priv->rn_ops->ndo_eth_ioctl(dev, ifr, cmd); in ipoib_ioctl() 2081 .ndo_eth_ioctl = ipoib_ioctl, 2096 .ndo_eth_ioctl = ipoib_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/qualcomm/emac/ |
| D | emac.c | 380 .ndo_eth_ioctl = phy_do_ioctl_running,
|
| /Linux-v5.15/drivers/net/ethernet/ |
| D | lantiq_etop.c | 612 .ndo_eth_ioctl = phy_do_ioctl,
|
| D | dnet.c | 745 .ndo_eth_ioctl = phy_do_ioctl_running,
|
| /Linux-v5.15/Documentation/networking/ |
| D | netdevices.rst | 250 ndo_eth_ioctl:
|
| D | timestamping.rst | 628 the ``.ndo_eth_ioctl`` calls towards the host port, and block attempts to enable 691 - Checking, in ``.ndo_eth_ioctl``, whether ``phy_has_hwtstamp(netdev->phydev)`` 750 the ``.ndo_eth_ioctl`` ("``priv->hwtstamp_tx_enabled == true``") and the
|
| /Linux-v5.15/drivers/net/ethernet/xilinx/ |
| D | xilinx_emaclite.c | 1266 .ndo_eth_ioctl = xemaclite_ioctl,
|
| /Linux-v5.15/drivers/net/ethernet/cirrus/ |
| D | ep93xx_eth.c | 736 .ndo_eth_ioctl = ep93xx_ioctl,
|
1234567