Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_stgereg.h499 struct stge_control_data { struct
511 #define STGE_CDOFF(x) offsetof(struct stge_control_data, x) argument
551 struct stge_control_data *sc_control_data;
Dif_stge.c219 sizeof(struct stge_control_data), PAGE_SIZE, 0, &seg, 1, &rseg, in stge_attach()
227 sizeof(struct stge_control_data), (caddr_t *)&sc->sc_control_data, in stge_attach()
235 sizeof(struct stge_control_data), 1, in stge_attach()
236 sizeof(struct stge_control_data), 0, 0, &sc->sc_cddmamap)) != 0) { in stge_attach()
243 sc->sc_control_data, sizeof(struct stge_control_data), NULL, in stge_attach()
422 sizeof(struct stge_control_data)); in stge_attach()