Lines Matching defs:pegasus

90 	pegasus_t *pegasus = urb->context;  in ctrl_callback()  local
115 static int get_registers(pegasus_t * pegasus, u16 indx, u16 size, in get_registers()
164 static int set_registers(pegasus_t * pegasus, u16 indx, u16 size, in set_registers()
214 static int set_register(pegasus_t * pegasus, u16 indx, u8 data) in set_register()
262 static int update_eth_regs_async(pegasus_t * pegasus) in update_eth_regs_async()
285 static int read_mii_word(pegasus_t * pegasus, u8 phy, u8 indx, u16 * regd) in read_mii_word()
311 pegasus_t *pegasus = (pegasus_t *) dev->priv; in mdio_read() local
318 static int write_mii_word(pegasus_t * pegasus, u8 phy, u8 indx, u16 regd) in write_mii_word()
341 pegasus_t *pegasus = (pegasus_t *) dev->priv; in mdio_write() local
346 static int read_eprom_word(pegasus_t * pegasus, u8 index, u16 * retdata) in read_eprom_word()
372 static inline void enable_eprom_write(pegasus_t * pegasus) in enable_eprom_write()
380 static inline void disable_eprom_write(pegasus_t * pegasus) in disable_eprom_write()
389 static int write_eprom_word(pegasus_t * pegasus, u8 index, u16 data) in write_eprom_word()
413 static inline void get_node_id(pegasus_t * pegasus, u8 * id) in get_node_id()
424 static void set_ethernet_addr(pegasus_t * pegasus) in set_ethernet_addr()
433 static inline int reset_mac(pegasus_t * pegasus) in reset_mac()
475 pegasus_t *pegasus = dev->priv; in enable_net_traffic() local
502 pegasus_t *pegasus = urb->context; in read_bulk_callback() local
587 pegasus_t *pegasus = urb->context; in write_bulk_callback() local
621 pegasus_t *pegasus = urb->context; in intr_callback() local
659 pegasus_t *pegasus = net->priv; in pegasus_tx_timeout() local
672 pegasus_t *pegasus = net->priv; in pegasus_start_xmit() local
713 static inline void disable_net_traffic(pegasus_t * pegasus) in disable_net_traffic()
720 static inline void get_interrupt_interval(pegasus_t * pegasus) in get_interrupt_interval()
738 pegasus_t *pegasus; in set_carrier() local
752 pegasus_t *pegasus = (pegasus_t *) net->priv; in pegasus_open() local
791 pegasus_t *pegasus = net->priv; in pegasus_close() local
814 pegasus_t *pegasus = dev->priv; in pegasus_ethtool_ioctl() local
892 pegasus_t *pegasus; in pegasus_ethtool_ioctl() local
977 pegasus_t *pegasus = net->priv; in pegasus_ioctl() local
1009 pegasus_t *pegasus = net->priv; in pegasus_set_multicast() local
1032 static u8 mii_phy_probe(pegasus_t * pegasus) in mii_phy_probe()
1048 static inline void setup_pegasus_II(pegasus_t * pegasus) in setup_pegasus_II()
1083 pegasus_t *pegasus; in pegasus_probe() local
1196 struct pegasus *pegasus = ptr; in pegasus_disconnect() local