Searched refs:phy_do_ioctl (Results 1 – 13 of 13) 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 | 432 * phy_do_ioctl - generic ndo_eth_ioctl implementation 437 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl() function 444 EXPORT_SYMBOL(phy_do_ioctl); 453 * Same as phy_do_ioctl, but ensures that net_device is running before 461 return phy_do_ioctl(dev, ifr, cmd); in phy_do_ioctl_running()
|
/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/microchip/lan966x/ |
H A D | lan966x_main.c | 511 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux/include/linux/ |
H A D | phy.h | 2009 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 794 return phy_do_ioctl(netdev, rq, cmd); in octeon_mgmt_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/ti/icssg/ |
H A D | icssg_common.c | 1299 return phy_do_ioctl(ndev, ifr, cmd); in icssg_ndo_ioctl()
|
/linux/drivers/net/ethernet/faraday/ |
H A D | ftgmac100.c | 1685 .ndo_eth_ioctl = phy_do_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,
|