Symbol: dp8390_ring
sys/arch/amiga/dev/if_ed_zbus.c
225
ed_zbus_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
sys/arch/amiga/dev/if_ed_zbus.c
77
void ed_zbus_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/arch/x68k/stand/boot/dp8390.c
203
struct dp8390_ring packet_hdr;
sys/arch/x68k/stand/boot/dp8390.c
278
len -= sizeof(struct dp8390_ring);
sys/arch/x68k/stand/boot/dp8390.c
281
dp8390_read(packet_ptr + sizeof(struct dp8390_ring),
sys/dev/ic/dp8390.c
1098
dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
sys/dev/ic/dp8390.c
505
struct dp8390_ring packet_hdr;
sys/dev/ic/dp8390.c
58
static void dp8390_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/ic/dp8390.c
586
packet_ptr + sizeof(struct dp8390_ring),
sys/dev/ic/dp8390.c
587
len - sizeof(struct dp8390_ring));
sys/dev/ic/dp8390var.h
78
void (*read_hdr)(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/ic/mx98905.c
320
mx98905_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
sys/dev/ic/mx98905.c
325
buf, (u_int8_t *)hdr, sizeof(struct dp8390_ring),
sys/dev/ic/mx98905var.h
49
void mx98905_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/ic/ne2000.c
755
ne2000_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
sys/dev/ic/ne2000.c
760
buf, (uint8_t *)hdr, sizeof(struct dp8390_ring),
sys/dev/ic/ne2000.c
92
struct dp8390_ring *);
sys/dev/ic/we.c
471
struct dp8390_ring *packet_hdrp)
sys/dev/ic/we.c
476
sizeof(struct dp8390_ring));
sys/dev/ic/we.c
97
static void we_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/isa/if_ec.c
105
void ec_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/isa/if_ec.c
709
struct dp8390_ring *packet_hdrp)
sys/dev/isa/if_ec.c
714
sizeof(struct dp8390_ring));