Searched refs:phy_do_ioctl (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/phy/ |
H A D | phy.c | 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); 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/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 1379 .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/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,
|