Lines Matching refs:netdata_local

418 struct netdata_local {  struct
448 static void __lpc_set_mac(struct netdata_local *pldat, u8 *mac) in __lpc_set_mac() argument
463 static void __lpc_get_mac(struct netdata_local *pldat, u8 *mac) in __lpc_get_mac()
479 static void __lpc_eth_clock_enable(struct netdata_local *pldat, bool enable) in __lpc_eth_clock_enable()
487 static void __lpc_params_setup(struct netdata_local *pldat) in __lpc_params_setup()
515 static void __lpc_eth_reset(struct netdata_local *pldat) in __lpc_eth_reset()
525 static int __lpc_mii_mngt_reset(struct netdata_local *pldat) in __lpc_mii_mngt_reset()
537 static inline phys_addr_t __va_to_pa(void *addr, struct netdata_local *pldat) in __va_to_pa()
559 static void __lpc_txrx_desc_setup(struct netdata_local *pldat) in __lpc_txrx_desc_setup()
632 static void __lpc_eth_init(struct netdata_local *pldat) in __lpc_eth_init()
693 static void __lpc_eth_shutdown(struct netdata_local *pldat) in __lpc_eth_shutdown()
706 struct netdata_local *pldat = bus->priv; in lpc_mdio_read()
729 struct netdata_local *pldat = bus->priv; in lpc_mdio_write()
747 return __lpc_mii_mngt_reset((struct netdata_local *)bus->priv); in lpc_mdio_reset()
752 struct netdata_local *pldat = netdev_priv(ndev); in lpc_handle_link_change()
787 struct netdata_local *pldat = netdev_priv(ndev); in lpc_mii_probe()
825 static int lpc_mii_init(struct netdata_local *pldat) in lpc_mii_init()
885 struct netdata_local *pldat = netdev_priv(ndev); in __lpc_handle_xmit()
941 struct netdata_local *pldat = netdev_priv(ndev); in __lpc_handle_recv()
1013 struct netdata_local *pldat = container_of(napi, in lpc_eth_poll()
1014 struct netdata_local, napi); in lpc_eth_poll()
1035 struct netdata_local *pldat = netdev_priv(ndev); in __lpc_eth_interrupt()
1056 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_close()
1081 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_hard_start_xmit()
1135 struct netdata_local *pldat = netdev_priv(ndev); in lpc_set_mac_address()
1154 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_set_multicast_list()
1201 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_ioctl()
1215 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_open()
1251 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_ethtool_getmsglevel()
1258 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_ethtool_setmsglevel()
1266 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_ethtool_getsettings()
1278 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_ethtool_setsettings()
1311 struct netdata_local *pldat; in lpc_eth_drv_probe()
1336 ndev = alloc_etherdev(sizeof(struct netdata_local)); in lpc_eth_drv_probe()
1508 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_drv_remove()
1533 struct netdata_local *pldat = netdev_priv(ndev); in lpc_eth_drv_suspend()
1558 struct netdata_local *pldat; in lpc_eth_drv_resume()