Home
last modified time | relevance | path

Searched refs:ndo_eth_ioctl (Results 1 – 25 of 120) sorted by relevance

12345

/linux/net/core/
H A Ddev_api.c232 if (!ops->ndo_eth_ioctl) in dev_eth_ioctl()
237 ret = ops->ndo_eth_ioctl(dev, ifr, cmd); in dev_eth_ioctl()
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst571 ``.ndo_eth_ioctl`` 调用,并阻止尝试在主机端口上启用硬件时间戳。这是因为
615 - 在 ``.ndo_eth_ioctl`` 中检查,是否 ``phy_has_hwtstamp(netdev->phydev)``
659 1. "TX":检查是否通过 ``.ndo_eth_ioctl``("``priv->hwtstamp_tx_enabled
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c145 .ndo_eth_ioctl = enetc_ioctl,
H A Denetc_pf.c630 .ndo_eth_ioctl = enetc_ioctl,
H A Denetc4_pf.c574 .ndo_eth_ioctl = enetc_ioctl,
/linux/drivers/net/ethernet/microchip/lan865x/
H A Dlan865x.c330 .ndo_eth_ioctl = phy_do_ioctl_running,
/linux/drivers/net/usb/
H A Dax88172a.c112 .ndo_eth_ioctl = phy_do_ioctl_running,
H A Dasix_devices.c186 .ndo_eth_ioctl = usbnet_mii_ioctl,
592 .ndo_eth_ioctl = phy_do_ioctl_running,
1267 .ndo_eth_ioctl = usbnet_mii_ioctl,
H A Ddm9601.c333 .ndo_eth_ioctl = usbnet_mii_ioctl,
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_main.c287 .ndo_eth_ioctl = mlxbf_gige_eth_ioctl,
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1820 if (!priv->rn_ops->ndo_eth_ioctl) in ipoib_ioctl()
1823 return priv->rn_ops->ndo_eth_ioctl(dev, ifr, cmd); in ipoib_ioctl()
2172 .ndo_eth_ioctl = ipoib_ioctl,
2189 .ndo_eth_ioctl = ipoib_ioctl,
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c1237 .ndo_eth_ioctl = xemaclite_ioctl,
/linux/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c735 .ndo_eth_ioctl = ep93xx_ioctl,
/linux/drivers/net/ethernet/arc/
H A Demac_main.c852 .ndo_eth_ioctl = phy_do_ioctl_running,
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1837 .ndo_eth_ioctl = qeth_do_ioctl,
1853 .ndo_eth_ioctl = qeth_do_ioctl,
H A Dqeth_l2_main.c1058 .ndo_eth_ioctl = qeth_do_ioctl,
1079 .ndo_eth_ioctl = qeth_do_ioctl,
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c601 .ndo_eth_ioctl = efx_ioctl,
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c797 .ndo_eth_ioctl = phy_do_ioctl,
/linux/net/8021q/
H A Dvlan_dev.c1030 .ndo_eth_ioctl = vlan_dev_ioctl,
/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c903 .ndo_eth_ioctl = phy_do_ioctl_running,
/linux/drivers/net/ethernet/rdc/
H A Dr6040.c964 .ndo_eth_ioctl = phy_do_ioctl,
/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c1054 .ndo_eth_ioctl = phy_do_ioctl_running,
/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c939 .ndo_eth_ioctl = ax88796c_ioctl,
/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c823 .ndo_eth_ioctl = ioc3_ioctl,
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c936 .ndo_eth_ioctl = xlgmac_ioctl,

12345