dp8390_ring
ed_zbus_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
void ed_zbus_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
struct dp8390_ring packet_hdr;
len -= sizeof(struct dp8390_ring);
dp8390_read(packet_ptr + sizeof(struct dp8390_ring),
dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
struct dp8390_ring packet_hdr;
static void dp8390_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
packet_ptr + sizeof(struct dp8390_ring),
len - sizeof(struct dp8390_ring));
void (*read_hdr)(struct dp8390_softc *, int, struct dp8390_ring *);
mx98905_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
buf, (u_int8_t *)hdr, sizeof(struct dp8390_ring),
void mx98905_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
ne2000_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
buf, (uint8_t *)hdr, sizeof(struct dp8390_ring),
struct dp8390_ring *);
struct dp8390_ring *packet_hdrp)
sizeof(struct dp8390_ring));
static void we_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
void ec_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
struct dp8390_ring *packet_hdrp)
sizeof(struct dp8390_ring));