Searched refs:phy_do_ioctl (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/net/phy/ |
D | phy.c | 416 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl() function 423 EXPORT_SYMBOL(phy_do_ioctl); 440 return phy_do_ioctl(dev, ifr, cmd); in phy_do_ioctl_running()
|
/linux-6.1.9/drivers/net/ethernet/sunplus/ |
D | spl2sw_driver.c | 202 .ndo_do_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/ |
D | lantiq_etop.c | 631 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 797 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/rdc/ |
D | r6040.c | 964 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/include/linux/ |
D | phy.h | 1708 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 1379 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/adi/ |
D | adin1110.c | 790 return phy_do_ioctl(netdev, rq, cmd); in adin1110_ioctl()
|
/linux-6.1.9/drivers/net/ethernet/cavium/octeon/ |
D | octeon_mgmt.c | 794 return phy_do_ioctl(netdev, rq, cmd); in octeon_mgmt_ioctl()
|
/linux-6.1.9/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1637 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/atheros/ |
D | ag71xx.c | 1802 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 1952 ret = phy_do_ioctl(dev, rq, cmd); in sxgbe_ioctl()
|
/linux-6.1.9/drivers/net/ethernet/socionext/ |
D | netsec.c | 1838 .ndo_eth_ioctl = phy_do_ioctl,
|
/linux-6.1.9/drivers/net/ethernet/agere/ |
D | et131x.c | 3891 .ndo_eth_ioctl = phy_do_ioctl,
|