Home
last modified time | relevance | path

Searched refs:dp8390_ring (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/ic/
Ddp8390.c50 int, struct dp8390_ring *);
488 struct dp8390_ring packet_hdr; in dp8390_rint()
573 packet_ptr + sizeof(struct dp8390_ring), in dp8390_rint()
574 len - sizeof(struct dp8390_ring)); in dp8390_rint()
1003 dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp) in dp8390_read_hdr()
Ddp8390reg.h539 struct dp8390_ring { struct
Ddp8390var.h72 int, struct dp8390_ring *);
Dne2000.c76 void ne2000_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
641 ne2000_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr) in ne2000_read_hdr()
646 buf, (u_int8_t *)hdr, sizeof(struct dp8390_ring), in ne2000_read_hdr()
/openbsd/src/sys/dev/isa/
Dif_ec.c109 void ec_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
690 struct dp8390_ring *packet_hdrp) in ec_read_hdr()
695 sizeof(struct dp8390_ring)); in ec_read_hdr()
Dif_we.c134 void we_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
723 struct dp8390_ring *packet_hdrp) in we_read_hdr()
728 sizeof(struct dp8390_ring)); in we_read_hdr()