Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xx.c5748 struct map_node *sense_map; in ahd_alloc_scbs() local
5847 sense_map = SLIST_FIRST(&scb_data->sense_maps); in ahd_alloc_scbs()
5848 sense_data = sense_map->vaddr + offset; in ahd_alloc_scbs()
5849 sense_busaddr = sense_map->physaddr + offset; in ahd_alloc_scbs()
5851 sense_map = malloc(sizeof(*sense_map), M_DEVBUF, M_WAITOK); in ahd_alloc_scbs()
5853 if (sense_map == NULL) in ahd_alloc_scbs()
5856 memset(sense_map, 0, sizeof(*sense_map)); in ahd_alloc_scbs()
5861 &sense_map->dmamap, in ahd_alloc_scbs()
5862 (void **)&sense_map->vaddr, in ahd_alloc_scbs()
5863 &sense_map->physaddr, &sense_map->dmasegs, in ahd_alloc_scbs()
[all …]
H A Daic79xx_inline.h395 scb->sense_map->dmamap, in ahd_sync_sense()
396 /*offset*/scb->sense_busaddr - scb->sense_map->physaddr, in ahd_sync_sense()
H A Daic79xxvar.h642 struct map_node *sense_map; member