Searched refs:b44 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/
H A DMakefile6 obj-$(CONFIG_B44) += b44.o
H A Db44.c0 /* 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 *b
[all...]
H A Db44.h358 struct b44 { struct

Completed in 118 milliseconds