Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxx.c4333 struct scb *next_scb; in ahc_alloc_scbs() local
4372 next_scb->sg_map = sg_map; in ahc_alloc_scbs()
4373 next_scb->sg_list = segs; in ahc_alloc_scbs()
4379 next_scb->ahc_softc = ahc; in ahc_alloc_scbs()
4380 next_scb->flags = SCB_FLAG_NONE; in ahc_alloc_scbs()
4385 &next_scb->dmamap); in ahc_alloc_scbs()
4393 next_scb, links.sle); in ahc_alloc_scbs()
4397 next_scb++; in ahc_alloc_scbs()
5360 struct scb *next_scb; in ahc_search_untagged_queues() local
5364 while (next_scb != NULL) { in ahc_search_untagged_queues()
[all …]
H A Daic79xx.c5822 struct scb *next_scb; in ahd_alloc_scbs() local
5947 next_scb = (struct scb *)malloc(sizeof(*next_scb), in ahd_alloc_scbs()
5949 if (next_scb == NULL) in ahd_alloc_scbs()
5952 next_scb->hscb_map = hscb_map; in ahd_alloc_scbs()
5953 next_scb->sg_map = sg_map; in ahd_alloc_scbs()
5955 next_scb->sg_list = segs; in ahd_alloc_scbs()
5959 next_scb->hscb = hscb; in ahd_alloc_scbs()
5970 next_scb->sg_list_busaddr in ahd_alloc_scbs()
5974 next_scb->ahd_softc = ahd; in ahd_alloc_scbs()
5982 free(next_scb, M_DEVBUF, 0); in ahd_alloc_scbs()
[all …]