Searched refs:dp8390_ring (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | dp8390.c | 50 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()
|
| D | dp8390reg.h | 539 struct dp8390_ring { struct
|
| D | dp8390var.h | 72 int, struct dp8390_ring *);
|
| D | ne2000.c | 76 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/ |
| D | if_ec.c | 109 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()
|
| D | if_we.c | 134 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()
|