Searched refs:nway_reset (Results 1 – 25 of 127) sorted by relevance
123456
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_ethtool.c | 170 .nway_reset = phy_ethtool_nway_reset,
|
/linux-6.12.1/drivers/staging/octeon/ |
D | ethernet-mdio.c | 40 .nway_reset = cvm_oct_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 123 .nway_reset = wx_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 167 .nway_reset = spider_net_ethtool_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/ |
D | emac-ethtool.c | 273 .nway_reset = emac_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/asix/ |
D | ax88796c_ioctl.c | 221 .nway_reset = phy_ethtool_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 269 .nway_reset = ehea_nway_reset, /* Restart autonegotiation */
|
/linux-6.12.1/drivers/net/ethernet/ti/icssg/ |
D | icssg_ethtool.c | 318 .nway_reset = emac_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 284 .nway_reset = atl1c_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 388 .nway_reset = phy_ethtool_nway_reset,
|
/linux-6.12.1/drivers/net/usb/ |
D | ax88172a.c | 126 .nway_reset = phy_ethtool_nway_reset,
|
D | asix_devices.c | 127 .nway_reset = usbnet_nway_reset, 334 .nway_reset = phy_ethtool_nway_reset, 970 .nway_reset = usbnet_nway_reset,
|
D | sr9700.c | 260 .nway_reset = usbnet_nway_reset,
|
D | mcs7830.c | 463 .nway_reset = usbnet_nway_reset,
|
D | dm9601.c | 290 .nway_reset = usbnet_nway_reset,
|
D | cdc_ether.c | 98 .nway_reset = usbnet_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 370 .nway_reset = atl1e_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 441 .nway_reset = igbvf_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 464 .nway_reset = phy_ethtool_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 499 .nway_reset = pch_gbe_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 518 .nway_reset = dpaa_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_ethtool.c | 511 .nway_reset = wx_nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/adaptec/ |
D | starfire.c | 1865 static int nway_reset(struct net_device *dev) in nway_reset() function 1890 .nway_reset = nway_reset,
|
/linux-6.12.1/drivers/net/ethernet/dlink/ |
D | sundance.c | 1670 static int nway_reset(struct net_device *dev) in nway_reset() function 1787 .nway_reset = nway_reset,
|
/linux-6.12.1/include/linux/ |
D | ethtool.h | 972 int (*nway_reset)(struct net_device *); member
|
123456