Lines Matching refs:b44
128 static void b44_halt(struct b44 *);
129 static void b44_init_rings(struct b44 *);
137 static void b44_init_hw(struct b44 *, int);
166 static inline unsigned long br32(const struct b44 *bp, unsigned long reg) in br32()
171 static inline void bw32(const struct b44 *bp, in bw32()
177 static int b44_wait_bit(struct b44 *bp, unsigned long reg, in b44_wait_bit()
201 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) in __b44_cam_read()
223 static inline void __b44_cam_write(struct b44 *bp, unsigned char *data, int index) in __b44_cam_write()
241 static inline void __b44_disable_ints(struct b44 *bp) in __b44_disable_ints()
246 static void b44_disable_ints(struct b44 *bp) in b44_disable_ints()
254 static void b44_enable_ints(struct b44 *bp) in b44_enable_ints()
259 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy()
275 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy()
287 static inline int b44_readphy(struct b44 *bp, int reg, u32 *val) in b44_readphy()
295 static inline int b44_writephy(struct b44 *bp, int reg, u32 val) in b44_writephy()
307 struct b44 *bp = netdev_priv(dev); in b44_mdio_read_mii()
317 struct b44 *bp = netdev_priv(dev); in b44_mdio_write_mii()
324 struct b44 *bp = bus->priv; in b44_mdio_read_phylib()
334 struct b44 *bp = bus->priv; in b44_mdio_write_phylib()
338 static int b44_phy_reset(struct b44 *bp) in b44_phy_reset()
360 static void __b44_set_flow_ctrl(struct b44 *bp, u32 pause_flags) in __b44_set_flow_ctrl()
383 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) in b44_set_flow_ctrl()
404 static void b44_wap54g10_workaround(struct b44 *bp) in b44_wap54g10_workaround()
433 static inline void b44_wap54g10_workaround(struct b44 *bp) in b44_wap54g10_workaround()
438 static int b44_setup_phy(struct b44 *bp) in b44_setup_phy()
502 static void b44_stats_update(struct b44 *bp) in b44_stats_update()
524 static void b44_link_report(struct b44 *bp) in b44_link_report()
539 static void b44_check_phy(struct b44 *bp) in b44_check_phy()
604 struct b44 *bp = (struct b44 *) __opaque; in b44_timer()
617 static void b44_tx(struct b44 *bp) in b44_tx()
658 static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_alloc_rx_skb()
733 static void b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_recycle_rx()
779 static int b44_rx(struct b44 *bp, int budget) in b44_rx()
868 struct b44 *bp = container_of(napi, struct b44, napi); in b44_poll()
915 struct b44 *bp = netdev_priv(dev); in b44_interrupt()
956 struct b44 *bp = netdev_priv(dev); in b44_tx_timeout()
975 struct b44 *bp = netdev_priv(dev); in b44_start_xmit()
1065 struct b44 *bp = netdev_priv(dev); in b44_change_mtu()
1097 static void b44_free_rings(struct b44 *bp) in b44_free_rings()
1132 static void b44_init_rings(struct b44 *bp) in b44_init_rings()
1159 static void b44_free_consistent(struct b44 *bp) in b44_free_consistent()
1193 static int b44_alloc_consistent(struct b44 *bp, gfp_t gfp) in b44_alloc_consistent()
1272 static void b44_clear_stats(struct b44 *bp) in b44_clear_stats()
1284 static void b44_chip_reset(struct b44 *bp, int reset_kind) in b44_chip_reset()
1353 static void b44_halt(struct b44 *bp) in b44_halt()
1370 static void __b44_set_mac_addr(struct b44 *bp) in __b44_set_mac_addr()
1384 struct b44 *bp = netdev_priv(dev); in b44_set_mac_addr()
1411 static void b44_init_hw(struct b44 *bp, int reset_kind) in b44_init_hw()
1457 struct b44 *bp = netdev_priv(dev); in b44_open()
1509 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table()
1549 static void b44_setup_pseudo_magicp(struct b44 *bp) in b44_setup_pseudo_magicp()
1604 static void b44_setup_wol_pci(struct b44 *bp) in b44_setup_wol_pci()
1615 static inline void b44_setup_wol_pci(struct b44 *bp) { } in b44_setup_wol_pci()
1618 static void b44_setup_wol(struct b44 *bp) in b44_setup_wol()
1649 struct b44 *bp = netdev_priv(dev); in b44_close()
1683 struct b44 *bp = netdev_priv(dev); in b44_get_stats64()
1727 static int __b44_load_mcast(struct b44 *bp, struct net_device *dev) in __b44_load_mcast()
1744 struct b44 *bp = netdev_priv(dev); in __b44_set_rx_mode()
1775 struct b44 *bp = netdev_priv(dev); in b44_set_rx_mode()
1784 struct b44 *bp = netdev_priv(dev); in b44_get_msglevel()
1790 struct b44 *bp = netdev_priv(dev); in b44_set_msglevel()
1796 struct b44 *bp = netdev_priv(dev); in b44_get_drvinfo()
1817 struct b44 *bp = netdev_priv(dev); in b44_nway_reset()
1837 struct b44 *bp = netdev_priv(dev); in b44_get_settings()
1884 struct b44 *bp = netdev_priv(dev); in b44_set_settings()
1961 struct b44 *bp = netdev_priv(dev); in b44_get_ringparam()
1972 struct b44 *bp = netdev_priv(dev); in b44_set_ringparam()
1999 struct b44 *bp = netdev_priv(dev); in b44_get_pauseparam()
2012 struct b44 *bp = netdev_priv(dev); in b44_set_pauseparam()
2063 struct b44 *bp = netdev_priv(dev); in b44_get_ethtool_stats()
2086 struct b44 *bp = netdev_priv(dev); in b44_get_wol()
2098 struct b44 *bp = netdev_priv(dev); in b44_set_wol()
2132 struct b44 *bp = netdev_priv(dev); in b44_ioctl()
2150 static int b44_get_invariants(struct b44 *bp) in b44_get_invariants()
2208 struct b44 *bp = netdev_priv(dev); in b44_adjust_link()
2243 static int b44_register_phy_one(struct b44 *bp) in b44_register_phy_one()
2336 static void b44_unregister_phy_one(struct b44 *bp) in b44_unregister_phy_one()
2350 struct b44 *bp; in b44_init_one()
2477 struct b44 *bp = netdev_priv(dev); in b44_remove_one()
2493 struct b44 *bp = netdev_priv(dev); in b44_suspend()
2522 struct b44 *bp = netdev_priv(dev); in b44_resume()