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