Lines Matching refs:b44

0 /* b44.c: Broadcom 44xx/47xx Fast Ethernet device driver.
40 #include "b44.h"
42 #define DRV_MODULE_NAME "b44"
87 /* b44 internal pattern match filter info */
126 static void b44_halt(struct b44 *);
127 static void b44_init_rings(struct b44 *);
135 static void b44_init_hw(struct b44 *, int);
164 static inline unsigned long br32(const struct b44 *bp, unsigned long reg)
169 static inline void bw32(const struct b44 *bp,
175 static int b44_wait_bit(struct b44 *bp, unsigned long reg,
199 static inline void __b44_cam_write(struct b44 *bp,
218 static inline void __b44_disable_ints(struct b44 *bp)
223 static void b44_disable_ints(struct b44 *bp)
231 static void b44_enable_ints(struct b44 *bp)
236 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val)
252 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val)
264 static inline int b44_readphy(struct b44 *bp, int reg, u32 *val)
272 static inline int b44_writephy(struct b44 *bp, int reg, u32 val)
284 struct b44 *bp = netdev_priv(dev);
294 struct b44 *bp = netdev_priv(dev);
301 struct b44 *bp = bus->priv;
311 struct b44 *bp = bus->priv;
315 static int b44_phy_reset(struct b44 *bp)
337 static void __b44_set_flow_ctrl(struct b44 *bp, u32 pause_flags)
360 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote)
365 the b44 mac tx pause mechanism generates excessive
367 Use ethtool to turn on b44 tx pause if necessary.
381 static void b44_wap54g10_workaround(struct b44 *bp)
410 static inline void b44_wap54g10_workaround(struct b44 *bp)
415 static int b44_setup_phy(struct b44 *bp)
479 static void b44_stats_update(struct b44 *bp)
498 static void b44_link_report(struct b44 *bp)
513 static void b44_check_phy(struct b44 *bp)
578 struct b44 *bp = from_timer(bp, t, timer);
591 static void b44_tx(struct b44 *bp)
632 static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked)
707 static void b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked)
753 static int b44_rx(struct b44 *bp, int budget)
842 struct b44 *bp = container_of(napi, struct b44, napi);
889 struct b44 *bp = netdev_priv(dev);
930 struct b44 *bp = netdev_priv(dev);
949 struct b44 *bp = netdev_priv(dev);
1039 struct b44 *bp = netdev_priv(dev);
1068 static void b44_free_rings(struct b44 *bp)
1103 static void b44_init_rings(struct b44 *bp)
1130 static void b44_free_consistent(struct b44 *bp)
1164 static int b44_alloc_consistent(struct b44 *bp, gfp_t gfp)
1243 static void b44_clear_stats(struct b44 *bp)
1255 static void b44_chip_reset(struct b44 *bp, int reset_kind)
1324 static void b44_halt(struct b44 *bp)
1341 static void __b44_set_mac_addr(struct b44 *bp)
1355 struct b44 *bp = netdev_priv(dev);
1382 static void b44_init_hw(struct b44 *bp, int reset_kind)
1428 struct b44 *bp = netdev_priv(dev);
1478 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset)
1519 /* Setup magic packet patterns in the b44 WOL
1522 static void b44_setup_pseudo_magicp(struct b44 *bp)
1577 static void b44_setup_wol_pci(struct b44 *bp)
1588 static inline void b44_setup_wol_pci(struct b44 *bp) { }
1591 static void b44_setup_wol(struct b44 *bp)
1622 struct b44 *bp = netdev_priv(dev);
1656 struct b44 *bp = netdev_priv(dev);
1699 static int __b44_load_mcast(struct b44 *bp, struct net_device *dev)
1716 struct b44 *bp = netdev_priv(dev);
1747 struct b44 *bp = netdev_priv(dev);
1756 struct b44 *bp = netdev_priv(dev);
1762 struct b44 *bp = netdev_priv(dev);
1768 struct b44 *bp = netdev_priv(dev);
1788 struct b44 *bp = netdev_priv(dev);
1807 struct b44 *bp = netdev_priv(dev);
1861 struct b44 *bp = netdev_priv(dev);
1944 struct b44 *bp = netdev_priv(dev);
1957 struct b44 *bp = netdev_priv(dev);
1984 struct b44 *bp = netdev_priv(dev);
1997 struct b44 *bp = netdev_priv(dev);
2050 struct b44 *bp = netdev_priv(dev);
2073 struct b44 *bp = netdev_priv(dev);
2085 struct b44 *bp = netdev_priv(dev);
2119 struct b44 *bp = netdev_priv(dev);
2137 static int b44_get_invariants(struct b44 *bp)
2195 struct b44 *bp = netdev_priv(dev);
2230 static int b44_register_phy_one(struct b44 *bp)
2312 static void b44_unregister_phy_one(struct b44 *bp)
2326 struct b44 *bp;
2414 /* Chip reset provides power to the b44 MAC & PCI cores, which
2455 struct b44 *bp = netdev_priv(dev);
2471 struct b44 *bp = netdev_priv(dev);
2500 struct b44 *bp = netdev_priv(dev);