Searched refs:sq_control (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sgimips/hpc/ |
H A D | sqvar.h | 59 struct sq_control { struct 67 #define SQ_CDOFF(x) offsetof(struct sq_control, x) argument 125 struct sq_control* sc_control;
|
H A D | if_sq.c | 202 if ((err = bus_dmamem_alloc(sc->sc_dmat, sizeof(struct sq_control), in sq_attach() 210 sizeof(struct sq_control), (void **)&sc->sc_control, in sq_attach() 217 sizeof(struct sq_control), 1, sizeof(struct sq_control), PAGE_SIZE, in sq_attach() 225 sc->sc_control, sizeof(struct sq_control), NULL, in sq_attach() 232 memset(sc->sc_control, 0, sizeof(struct sq_control)); in sq_attach() 359 (void *)sc->sc_control, sizeof(struct sq_control)); in sq_attach()
|