/netbsd-src/sys/arch/sgimips/hpc/ |
H A D | sqvar.h | 131 bus_dma_segment_t sc_cdseg; member
|
H A D | if_sq.c | 203 PAGE_SIZE, PAGE_SIZE, &sc->sc_cdseg, 1, &sc->sc_ncdseg, in sq_attach() 209 if ((err = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_ncdseg, in sq_attach() 361 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_ncdseg); in sq_attach()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_casvar.h | 177 bus_dma_segment_t sc_cdseg; /* control data memory */ member
|
H A D | if_cas.c | 493 sizeof(struct cas_control_data), CAS_PAGE_SIZE, 0, &sc->sc_cdseg, in cas_config() 502 if ((error = bus_dmamem_map(sc->sc_dmatag, &sc->sc_cdseg, in cas_config() 799 bus_dmamem_free(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg); in cas_detach()
|
/netbsd-src/sys/arch/mips/atheros/dev/ |
H A D | aevar.h | 156 bus_dma_segment_t sc_cdseg; /* control data memory */ member
|
H A D | if_ae.c | 275 sizeof(struct ae_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in ae_attach() 282 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in ae_attach() 434 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in ae_attach() 516 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in ae_detach()
|
/netbsd-src/sys/dev/ic/ |
H A D | gemvar.h | 176 bus_dma_segment_t sc_cdseg; /* control data memory */ member
|
H A D | i82557var.h | 211 bus_dma_segment_t sc_cdseg; /* control dma segment */ member
|
H A D | tulipvar.h | 411 bus_dma_segment_t sc_cdseg; /* control data memory */ member
|
H A D | atwvar.h | 207 bus_dma_segment_t sc_cdseg; /* control data memory */ member
|
H A D | gem.c | 218 bus_dmamem_free(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg); in gem_detach() 266 0, &sc->sc_cdseg, 1, &sc->sc_cdnseg, 0)) != 0) { in gem_attach() 275 if ((error = bus_dmamem_map(sc->sc_dmatag, &sc->sc_cdseg, sc->sc_cdnseg, in gem_attach()
|
H A D | atw.c | 538 sizeof(struct atw_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in atw_attach() 546 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in atw_attach() 854 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in atw_attach() 2726 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in atw_detach()
|
H A D | i82557.c | 298 sc->sc_cdseg = seg; in fxp_attach() 2536 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in fxp_detach()
|
H A D | tulip.c | 394 sizeof(struct tulip_control_data), PAGE_SIZE, 0, &sc->sc_cdseg, in tlp_attach() 401 if ((error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg, in tlp_attach() 566 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in tlp_attach() 654 bus_dmamem_free(sc->sc_dmat, &sc->sc_cdseg, sc->sc_cdnseg); in tlp_detach()
|