Searched refs:tn40_priv (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/tehuti/ |
| A D | tn40_phy.c | 10 static struct tn40_priv *tn40_config_to_priv(struct phylink_config *config) in tn40_config_to_priv() 12 return container_of(config, struct tn40_priv, phylink_config); in tn40_config_to_priv() 19 struct tn40_priv *priv = tn40_config_to_priv(config); in tn40_link_up() 28 struct tn40_priv *priv = tn40_config_to_priv(config); in tn40_link_down() 45 int tn40_phy_register(struct tn40_priv *priv) in tn40_phy_register() 73 void tn40_phy_unregister(struct tn40_priv *priv) in tn40_phy_unregister()
|
| A D | tn40.c | 710 struct tn40_priv *priv = netdev_priv(ndev); in tn40_start_xmit() 1157 struct tn40_priv *priv = container_of(napi, struct tn40_priv, napi); in tn40_poll() 1395 struct tn40_priv *priv = netdev_priv(ndev); in tn40_close() 1408 struct tn40_priv *priv = netdev_priv(dev); in tn40_open() 1432 struct tn40_priv *priv = netdev_priv(ndev); in __tn40_vlan_rx_vid() 1466 struct tn40_priv *priv = netdev_priv(ndev); in tn40_setmulti() 1524 struct tn40_priv *priv = netdev_priv(ndev); in tn40_set_mac() 1548 struct tn40_priv *priv = netdev_priv(ndev); in tn40_get_stats() 1579 struct tn40_priv *priv = netdev_priv(ndev); in tn40_ethtool_get_link_ksettings() 1592 struct tn40_priv *priv = netdev_priv(ndev); in tn40_get_queue_stats_rx() [all …]
|
| A D | tn40.h | 105 struct tn40_priv { struct 216 static inline u32 tn40_read_reg(struct tn40_priv *priv, u32 reg) in tn40_read_reg() 221 static inline void tn40_write_reg(struct tn40_priv *priv, u32 reg, u32 val) in tn40_write_reg() 226 int tn40_set_link_speed(struct tn40_priv *priv, u32 speed); 228 int tn40_mdiobus_init(struct tn40_priv *priv); 230 int tn40_phy_register(struct tn40_priv *priv); 231 void tn40_phy_unregister(struct tn40_priv *priv);
|
| A D | tn40_mdio.c | 17 static void tn40_mdio_set_speed(struct tn40_priv *priv, u32 speed) in tn40_mdio_set_speed() 31 static u32 tn40_mdio_stat(struct tn40_priv *priv) in tn40_mdio_stat() 38 static int tn40_mdio_wait_nobusy(struct tn40_priv *priv, u32 *val) in tn40_mdio_wait_nobusy() 51 static int tn40_mdio_read(struct tn40_priv *priv, int port, int device, in tn40_mdio_read() 75 static int tn40_mdio_write(struct tn40_priv *priv, int port, int device, in tn40_mdio_write() 114 int tn40_mdiobus_init(struct tn40_priv *priv) in tn40_mdiobus_init()
|
Completed in 19 milliseconds