Home
last modified time | relevance | path

Searched refs:shared_data_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic7xxxvar.h1170 int shared_data_size; member
H A Daic79xxvar.h1213 int shared_data_size; member
H A Daic7xxx.c3920 ahc_freedmamem(ahc->parent_dmat, ahc->shared_data_size, in ahc_free()
4503 ahc->shared_data_size = driver_data_size; in ahc_init()
4505 if (ahc_createdmamem(ahc->parent_dmat, ahc->shared_data_size, in ahc_init()
4519 + ahc->shared_data_size - 1; in ahc_init()
H A Daic79xx.c5174 ahd->shared_data_size); in ahd_free()
6057 ahd->shared_data_size = driver_data_size; in ahd_init()
6062 if (ahd_createdmamem(ahd->parent_dmat, ahd->shared_data_size, in ahd_init()
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c6016 shared_data_size(ztest_shared_hdr_t *hdr) in shared_data_size() function
6049 size = shared_data_size(hdr); in setup_hdr()
6066 size = shared_data_size(hdr); in setup_data()