Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c5876 struct scb *next_scb; in ahd_rem_col_list() local
5884 if (next_scb != NULL) { in ahd_rem_col_list()
5986 struct scb *next_scb; in ahd_alloc_scbs() local
6123 next_scb = (struct scb *)malloc(sizeof(*next_scb), in ahd_alloc_scbs()
6125 if (next_scb == NULL) in ahd_alloc_scbs()
6131 free(next_scb, M_DEVBUF); in ahd_alloc_scbs()
6136 next_scb->sg_map = sg_map; in ahd_alloc_scbs()
6138 next_scb->sg_list = segs; in ahd_alloc_scbs()
6142 next_scb->hscb = hscb; in ahd_alloc_scbs()
6158 &next_scb->dmamap); in ahd_alloc_scbs()
[all …]
H A Daic7xxx.c4471 struct scb *next_scb; in ahc_alloc_scbs() local
4517 next_scb->platform_data = pdata; in ahc_alloc_scbs()
4518 next_scb->sg_map = sg_map; in ahc_alloc_scbs()
4519 next_scb->sg_list = segs; in ahc_alloc_scbs()
4525 next_scb->ahc_softc = ahc; in ahc_alloc_scbs()
4528 &next_scb->dmamap); in ahc_alloc_scbs()
4536 next_scb, links.sle); in ahc_alloc_scbs()
4539 next_scb++; in ahc_alloc_scbs()
5629 struct scb *next_scb; in ahc_search_untagged_queues() local
5633 while (next_scb != NULL) { in ahc_search_untagged_queues()
[all …]