Lines Matching defs:bp

164 static inline unsigned long br32(const struct b44 *bp, unsigned long reg)  in br32()
169 static inline void bw32(const struct b44 *bp, in bw32()
175 static int b44_wait_bit(struct b44 *bp, unsigned long reg, in b44_wait_bit()
199 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) in __b44_cam_read()
221 static inline void __b44_cam_write(struct b44 *bp, unsigned char *data, int index) in __b44_cam_write()
239 static inline void __b44_disable_ints(struct b44 *bp) in __b44_disable_ints()
244 static void b44_disable_ints(struct b44 *bp) in b44_disable_ints()
252 static void b44_enable_ints(struct b44 *bp) in b44_enable_ints()
257 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy()
273 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy()
285 static inline int b44_readphy(struct b44 *bp, int reg, u32 *val) in b44_readphy()
293 static inline int b44_writephy(struct b44 *bp, int reg, u32 val) in b44_writephy()
305 struct b44 *bp = netdev_priv(dev); in b44_mii_read() local
315 struct b44 *bp = netdev_priv(dev); in b44_mii_write() local
319 static int b44_phy_reset(struct b44 *bp) in b44_phy_reset()
341 static void __b44_set_flow_ctrl(struct b44 *bp, u32 pause_flags) in __b44_set_flow_ctrl()
364 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) in b44_set_flow_ctrl()
385 static void b44_wap54g10_workaround(struct b44 *bp) in b44_wap54g10_workaround()
414 static inline void b44_wap54g10_workaround(struct b44 *bp) in b44_wap54g10_workaround()
419 static int b44_setup_phy(struct b44 *bp) in b44_setup_phy()
483 static void b44_stats_update(struct b44 *bp) in b44_stats_update()
501 static void b44_link_report(struct b44 *bp) in b44_link_report()
516 static void b44_check_phy(struct b44 *bp) in b44_check_phy()
579 struct b44 *bp = (struct b44 *) __opaque; in b44_timer() local
592 static void b44_tx(struct b44 *bp) in b44_tx()
627 static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_alloc_rx_skb()
702 static void b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) in b44_recycle_rx()
748 static int b44_rx(struct b44 *bp, int budget) in b44_rx()
838 struct b44 *bp = container_of(napi, struct b44, napi); in b44_poll() local
885 struct b44 *bp = netdev_priv(dev); in b44_interrupt() local
926 struct b44 *bp = netdev_priv(dev); in b44_tx_timeout() local
945 struct b44 *bp = netdev_priv(dev); in b44_start_xmit() local
1033 struct b44 *bp = netdev_priv(dev); in b44_change_mtu() local
1065 static void b44_free_rings(struct b44 *bp) in b44_free_rings()
1100 static void b44_init_rings(struct b44 *bp) in b44_init_rings()
1127 static void b44_free_consistent(struct b44 *bp) in b44_free_consistent()
1161 static int b44_alloc_consistent(struct b44 *bp, gfp_t gfp) in b44_alloc_consistent()
1240 static void b44_clear_stats(struct b44 *bp) in b44_clear_stats()
1252 static void b44_chip_reset(struct b44 *bp, int reset_kind) in b44_chip_reset()
1321 static void b44_halt(struct b44 *bp) in b44_halt()
1335 static void __b44_set_mac_addr(struct b44 *bp) in __b44_set_mac_addr()
1349 struct b44 *bp = netdev_priv(dev); in b44_set_mac_addr() local
1376 static void b44_init_hw(struct b44 *bp, int reset_kind) in b44_init_hw()
1420 struct b44 *bp = netdev_priv(dev); in b44_open() local
1468 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table()
1508 static void b44_setup_pseudo_magicp(struct b44 *bp) in b44_setup_pseudo_magicp()
1565 static void b44_setup_wol_pci(struct b44 *bp) in b44_setup_wol_pci()
1576 static inline void b44_setup_wol_pci(struct b44 *bp) { } in b44_setup_wol_pci()
1579 static void b44_setup_wol(struct b44 *bp) in b44_setup_wol()
1610 struct b44 *bp = netdev_priv(dev); in b44_close() local
1640 struct b44 *bp = netdev_priv(dev); in b44_get_stats() local
1680 static int __b44_load_mcast(struct b44 *bp, struct net_device *dev) in __b44_load_mcast()
1697 struct b44 *bp = netdev_priv(dev); in __b44_set_rx_mode() local
1728 struct b44 *bp = netdev_priv(dev); in b44_set_rx_mode() local
1737 struct b44 *bp = netdev_priv(dev); in b44_get_msglevel() local
1743 struct b44 *bp = netdev_priv(dev); in b44_set_msglevel() local
1749 struct b44 *bp = netdev_priv(dev); in b44_get_drvinfo() local
1770 struct b44 *bp = netdev_priv(dev); in b44_nway_reset() local
1790 struct b44 *bp = netdev_priv(dev); in b44_get_settings() local
1832 struct b44 *bp = netdev_priv(dev); in b44_set_settings() local
1893 struct b44 *bp = netdev_priv(dev); in b44_get_ringparam() local
1904 struct b44 *bp = netdev_priv(dev); in b44_set_ringparam() local
1931 struct b44 *bp = netdev_priv(dev); in b44_get_pauseparam() local
1944 struct b44 *bp = netdev_priv(dev); in b44_set_pauseparam() local
1995 struct b44 *bp = netdev_priv(dev); in b44_get_ethtool_stats() local
2011 struct b44 *bp = netdev_priv(dev); in b44_get_wol() local
2023 struct b44 *bp = netdev_priv(dev); in b44_set_wol() local
2057 struct b44 *bp = netdev_priv(dev); in b44_ioctl() local
2070 static int __devinit b44_get_invariants(struct b44 *bp) in b44_get_invariants()
2132 struct b44 *bp; in b44_init_one() local
2252 struct b44 *bp = netdev_priv(dev); in b44_suspend() local
2281 struct b44 *bp = netdev_priv(dev); in b44_resume() local