Searched defs:ugeth (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 106 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_ksettings() local 121 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_set_ksettings() local 134 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_pauseparam() local 148 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_set_pauseparam() local 178 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_msglevel() local 185 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_set_msglevel() local 200 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_regs() local 214 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_ringparam() local 235 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_set_ringparam() local 266 struct ucc_geth_private *ugeth = netdev_priv(netdev); in uec_get_sset_count() local [all …]
|
H A D | ucc_geth.c | 225 static struct sk_buff *get_new_skb(struct ucc_geth_private *ugeth, in get_new_skb() 257 static int rx_bd_buffer_set(struct ucc_geth_private *ugeth, u8 rxQ) in rx_bd_buffer_set() 285 static int fill_init_enet_entries(struct ucc_geth_private *ugeth, in fill_init_enet_entries() 324 static int return_init_enet_entries(struct ucc_geth_private *ugeth, in return_init_enet_entries() 358 static int dump_init_enet_entries(struct ucc_geth_private *ugeth, in dump_init_enet_entries() 410 static int hw_clear_addr_in_paddr(struct ucc_geth_private *ugeth, u8 paddr_num) in hw_clear_addr_in_paddr() 432 static void hw_add_addr_in_hash(struct ucc_geth_private *ugeth, in hw_add_addr_in_hash() 456 static void get_statistics(struct ucc_geth_private *ugeth, in get_statistics() 576 static void dump_bds(struct ucc_geth_private *ugeth) in dump_bds() 601 static void dump_regs(struct ucc_geth_private *ugeth) in dump_regs() [all …]
|
/openbmc/u-boot/drivers/qe/ |
H A D | uec_phy.c | 40 #define ugphy_vdbg(ugeth, fmt, args...) do { } while (0) argument 128 uec_private_t *ugeth = (uec_private_t *) dev->priv; in uec_write_phy_reg() local 167 uec_private_t *ugeth = (uec_private_t *) dev->priv; in uec_read_phy_reg() local
|