Lines Matching refs:happy_meal
107 static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigned int s)
255 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32()
264 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT()
272 static u32 BB_GET_BIT(struct happy_meal *hp, void __iomem *tregs, int internal)
288 static u32 BB_GET_BIT2(struct happy_meal *hp, void __iomem *tregs, int internal) in BB_GET_BIT2()
306 static int happy_meal_bb_read(struct happy_meal *hp, in happy_meal_bb_read()
350 static void happy_meal_bb_write(struct happy_meal *hp, in happy_meal_bb_write()
395 static int happy_meal_tcvr_read(struct happy_meal *hp, in happy_meal_tcvr_read()
426 static void happy_meal_tcvr_write(struct happy_meal *hp, in happy_meal_tcvr_write()
486 static int try_next_permutation(struct happy_meal *hp, void __iomem *tregs) in try_next_permutation()
510 static void display_link_mode(struct happy_meal *hp, void __iomem *tregs) in display_link_mode()
521 static void display_forced_link_mode(struct happy_meal *hp, void __iomem *tregs) in display_forced_link_mode()
532 static int set_happy_link_modes(struct happy_meal *hp, void __iomem *tregs) in set_happy_link_modes()
592 static int happy_meal_init(struct happy_meal *hp);
594 static int is_lucent_phy(struct happy_meal *hp) in is_lucent_phy()
611 struct happy_meal *hp = from_timer(hp, t, happy_timer); in happy_meal_timer()
793 static void happy_meal_tx_reset(struct happy_meal *hp, void __iomem *bregs) in happy_meal_tx_reset()
813 static void happy_meal_rx_reset(struct happy_meal *hp, void __iomem *bregs) in happy_meal_rx_reset()
835 static void happy_meal_stop(struct happy_meal *hp, void __iomem *gregs) in happy_meal_stop()
855 static void happy_meal_get_counters(struct happy_meal *hp, void __iomem *bregs) in happy_meal_get_counters()
878 static void happy_meal_poll_stop(struct happy_meal *hp, void __iomem *tregs) in happy_meal_poll_stop()
910 static int happy_meal_tcvr_reset(struct happy_meal *hp, void __iomem *tregs) in happy_meal_tcvr_reset()
1004 static void happy_meal_transceiver_check(struct happy_meal *hp, void __iomem *tregs) in happy_meal_transceiver_check()
1106 static void happy_meal_clean_rings(struct happy_meal *hp) in happy_meal_clean_rings()
1158 static void happy_meal_init_rings(struct happy_meal *hp) in happy_meal_init_rings()
1206 happy_meal_begin_auto_negotiation(struct happy_meal *hp, in happy_meal_begin_auto_negotiation()
1323 static int happy_meal_init(struct happy_meal *hp) in happy_meal_init()
1608 static void happy_meal_set_initial_advertisement(struct happy_meal *hp) in happy_meal_set_initial_advertisement()
1668 static int happy_meal_is_not_so_happy(struct happy_meal *hp, u32 status) in happy_meal_is_not_so_happy()
1773 static void happy_meal_mif_interrupt(struct happy_meal *hp) in happy_meal_mif_interrupt()
1801 static void happy_meal_tx(struct happy_meal *hp) in happy_meal_tx()
1865 static void happy_meal_rx(struct happy_meal *hp, struct net_device *dev) in happy_meal_rx()
1971 struct happy_meal *hp = netdev_priv(dev); in happy_meal_interrupt()
2007 struct happy_meal *hp = netdev_priv(dev); in quattro_sbus_interrupt()
2044 struct happy_meal *hp = netdev_priv(dev); in happy_meal_open()
2074 struct happy_meal *hp = netdev_priv(dev); in happy_meal_close()
2097 struct happy_meal *hp = netdev_priv(dev); in happy_meal_tx_timeout()
2113 static void unmap_partial_tx_skb(struct happy_meal *hp, u32 first_mapping, in unmap_partial_tx_skb()
2135 struct happy_meal *hp = netdev_priv(dev); in happy_meal_start_xmit()
2237 struct happy_meal *hp = netdev_priv(dev); in happy_meal_get_stats()
2248 struct happy_meal *hp = netdev_priv(dev); in happy_meal_set_multicast()
2285 struct happy_meal *hp = netdev_priv(dev); in hme_get_link_ksettings()
2333 struct happy_meal *hp = netdev_priv(dev); in hme_set_link_ksettings()
2357 struct happy_meal *hp = netdev_priv(dev); in hme_get_drvinfo()
2379 struct happy_meal *hp = netdev_priv(dev); in hme_get_link()
2528 struct happy_meal *hp; in happy_meal_sbus_probe_one()
2552 dev = alloc_etherdev(sizeof(struct happy_meal)); in happy_meal_sbus_probe_one()
2830 struct happy_meal *hp; in happy_meal_pci_probe()
2870 dev = devm_alloc_etherdev(&pdev->dev, sizeof(struct happy_meal)); in happy_meal_pci_probe()
3110 struct happy_meal *hp = platform_get_drvdata(op); in hme_sbus_remove()