Home
last modified time | relevance | path

Searched refs:tulip_control_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dtulipvar.h72 struct tulip_control_data { struct
89 #define TULIP_CDOFF(x) offsetof(struct tulip_control_data, x) argument
425 struct tulip_control_data *sc_control_data;
H A Dtulip.c394 sizeof(struct tulip_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in tlp_attach()
402 sizeof(struct tulip_control_data), (void **)&sc->sc_control_data, in tlp_attach()
410 sizeof(struct tulip_control_data), 1, in tlp_attach()
411 sizeof(struct tulip_control_data), 0, 0, &sc->sc_cddmamap)) != 0) { in tlp_attach()
420 sc->sc_control_data, sizeof(struct tulip_control_data), NULL, in tlp_attach()
564 sizeof(struct tulip_control_data)); in tlp_attach()
653 sizeof(struct tulip_control_data)); in tlp_detach()