Lines Matching refs:happy_meal
81 static struct happy_meal *root_happy_dev;
111 static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigned int s) in tx_add_log()
139 static __inline__ void tx_dump_ring(struct happy_meal *hp) in tx_dump_ring()
352 static void BB_PUT_BIT(struct happy_meal *hp, unsigned long tregs, int bit) in BB_PUT_BIT()
360 static u32 BB_GET_BIT(struct happy_meal *hp, unsigned long tregs, int internal)
376 static u32 BB_GET_BIT2(struct happy_meal *hp, unsigned long tregs, int internal) in BB_GET_BIT2()
394 static int happy_meal_bb_read(struct happy_meal *hp, in happy_meal_bb_read()
440 static void happy_meal_bb_write(struct happy_meal *hp, in happy_meal_bb_write()
485 static int happy_meal_tcvr_read(struct happy_meal *hp, in happy_meal_tcvr_read()
517 static void happy_meal_tcvr_write(struct happy_meal *hp, in happy_meal_tcvr_write()
575 static int try_next_permutation(struct happy_meal *hp, unsigned long tregs) in try_next_permutation()
599 static void display_link_mode(struct happy_meal *hp, unsigned long tregs) in display_link_mode()
621 static void display_forced_link_mode(struct happy_meal *hp, unsigned long tregs) in display_forced_link_mode()
640 static int set_happy_link_modes(struct happy_meal *hp, unsigned long tregs) in set_happy_link_modes()
700 static int happy_meal_init(struct happy_meal *hp);
702 static int is_lucent_phy(struct happy_meal *hp) in is_lucent_phy()
719 struct happy_meal *hp = (struct happy_meal *) data; in happy_meal_timer()
901 static void happy_meal_tx_reset(struct happy_meal *hp, unsigned long bregs) in happy_meal_tx_reset()
921 static void happy_meal_rx_reset(struct happy_meal *hp, unsigned long bregs) in happy_meal_rx_reset()
943 static void happy_meal_stop(struct happy_meal *hp, unsigned long gregs) in happy_meal_stop()
963 static void happy_meal_get_counters(struct happy_meal *hp, unsigned long bregs) in happy_meal_get_counters()
986 static void happy_meal_poll_stop(struct happy_meal *hp, unsigned long tregs) in happy_meal_poll_stop()
1021 static int happy_meal_tcvr_reset(struct happy_meal *hp, unsigned long tregs) in happy_meal_tcvr_reset()
1119 static void happy_meal_transceiver_check(struct happy_meal *hp, unsigned long tregs) in happy_meal_transceiver_check()
1226 static void happy_meal_clean_rings(struct happy_meal *hp) in happy_meal_clean_rings()
1271 static void happy_meal_init_rings(struct happy_meal *hp) in happy_meal_init_rings()
1313 static void happy_meal_begin_auto_negotiation(struct happy_meal *hp, in happy_meal_begin_auto_negotiation()
1437 static int happy_meal_init(struct happy_meal *hp) in happy_meal_init()
1730 static void happy_meal_set_initial_advertisement(struct happy_meal *hp) in happy_meal_set_initial_advertisement()
1790 static int happy_meal_is_not_so_happy(struct happy_meal *hp, u32 status) in happy_meal_is_not_so_happy()
1904 static void happy_meal_mif_interrupt(struct happy_meal *hp) in happy_meal_mif_interrupt()
1938 static void happy_meal_tx(struct happy_meal *hp) in happy_meal_tx()
2007 static void happy_meal_rx(struct happy_meal *hp, struct net_device *dev) in happy_meal_rx()
2110 struct happy_meal *hp = dev->priv; in happy_meal_interrupt()
2151 struct happy_meal *hp = dev->priv; in quattro_sbus_interrupt()
2194 struct happy_meal *hp = dev->priv; in happy_meal_open()
2231 struct happy_meal *hp = dev->priv; in happy_meal_close()
2260 struct happy_meal *hp = dev->priv; in happy_meal_tx_timeout()
2278 struct happy_meal *hp = dev->priv; in happy_meal_start_xmit()
2369 struct happy_meal *hp = dev->priv; in happy_meal_get_stats()
2380 struct happy_meal *hp = dev->priv; in happy_meal_set_multicast()
2431 struct happy_meal *hp = dev->priv; in happy_meal_ioctl()
2526 static void __init quattro_apply_ranges(struct quattro *qp, struct happy_meal *hp) in quattro_apply_ranges()
2655 struct happy_meal *hp; in happy_meal_sbus_init()
2672 dev = alloc_etherdev(sizeof(struct happy_meal)); in happy_meal_sbus_init()
2983 struct happy_meal *hp; in happy_meal_pci_init()
3019 dev = alloc_etherdev(sizeof(struct happy_meal)); in happy_meal_pci_init()
3030 hp = (struct happy_meal *)dev->priv; in happy_meal_pci_init()
3310 struct happy_meal *hp = root_happy_dev; in happy_meal_cleanup_module()
3311 struct happy_meal *next = root_happy_dev->next_module; in happy_meal_cleanup_module()