Searched refs:ste_control_data (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_ste.c | 91 struct ste_control_data { struct 103 #define STE_CDOFF(x) offsetof(struct ste_control_data, x) argument 143 struct ste_control_data *sc_control_data; 429 sizeof(struct ste_control_data), PAGE_SIZE, 0, &seg, 1, &rseg, in ste_attach() 437 sizeof(struct ste_control_data), (void **)&sc->sc_control_data, in ste_attach() 445 sizeof(struct ste_control_data), 1, in ste_attach() 446 sizeof(struct ste_control_data), 0, 0, &sc->sc_cddmamap)) != 0) { in ste_attach() 454 sc->sc_control_data, sizeof(struct ste_control_data), NULL, in ste_attach() 604 sizeof(struct ste_control_data)); in ste_attach()
|