Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic79xx.c266 int ahd_createdmamem(struct ahd_softc *, size_t, struct map_node *,
5855 if (ahd_createdmamem(ahd, PAGE_SIZE, hscb_map, in ahd_alloc_scbs()
5885 if (ahd_createdmamem(ahd, ahd_sglist_allocsize(ahd), sg_map, in ahd_alloc_scbs()
5919 if (ahd_createdmamem(ahd, PAGE_SIZE, sense_map, in ahd_alloc_scbs()
6079 if (ahd_createdmamem(ahd, driver_data_size, &ahd->shared_data_map, in ahd_init()
9807 ahd_createdmamem(struct ahd_softc *ahd, size_t size, struct map_node *map, in ahd_createdmamem() function