Searched refs:fxp_control_data (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | i82557var.h | 98 struct fxp_control_data { struct 145 #define FXP_CDOFF(x) offsetof(struct fxp_control_data, x) argument 201 struct fxp_control_data *sc_control_data;
|
H A D | i82557.c | 283 sizeof(struct fxp_control_data), PAGE_SIZE, 0, &seg, 1, &rseg, in fxp_attach() 292 sizeof(struct fxp_control_data), (void **)&sc->sc_control_data, in fxp_attach() 301 memset(sc->sc_control_data, 0, sizeof(struct fxp_control_data)); in fxp_attach() 304 sizeof(struct fxp_control_data), 1, in fxp_attach() 305 sizeof(struct fxp_control_data), 0, 0, &sc->sc_dmamap)) != 0) { in fxp_attach() 313 sc->sc_control_data, sizeof(struct fxp_control_data), NULL, in fxp_attach() 457 sizeof(struct fxp_control_data)); in fxp_attach() 2535 sizeof(struct fxp_control_data)); in fxp_detach()
|