Searched refs:phy_do_ioctl (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_netdev.c | 258 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/phy/ |
| H A D | phy.c | 439 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl() function 446 EXPORT_SYMBOL(phy_do_ioctl); 463 return phy_do_ioctl(dev, ifr, cmd); in phy_do_ioctl_running()
|
| /linux/drivers/net/ethernet/sunplus/ |
| H A D | spl2sw_driver.c | 202 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/ |
| H A D | lantiq_etop.c | 631 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 797 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/rdc/ |
| H A D | r6040.c | 964 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_prueth_sr1.c | 750 .ndo_eth_ioctl = phy_do_ioctl,
|
| H A D | icssg_prueth.c | 1421 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_main.c | 511 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/include/linux/ |
| H A D | phy.h | 2368 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | pxa168_eth.c | 1379 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 1373 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/adi/ |
| H A D | adin1110.c | 791 return phy_do_ioctl(netdev, rq, cmd); in adin1110_ioctl()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 1952 ret = phy_do_ioctl(dev, rq, cmd); in sxgbe_ioctl()
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1843 .ndo_eth_ioctl = phy_do_ioctl,
|
| /linux/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 3928 .ndo_eth_ioctl = phy_do_ioctl,
|