Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic79xx.c5953 struct scb *next_scb; in ahd_rem_col_list() local
5960 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list()
5961 if (next_scb != NULL) { in ahd_rem_col_list()
5963 next_scb, links.tqe); in ahd_rem_col_list()
6067 struct scb *next_scb; in ahd_alloc_scbs() local
6206 next_scb = (struct scb *)malloc(sizeof(*next_scb), in ahd_alloc_scbs()
6208 if (next_scb == NULL) in ahd_alloc_scbs()
6214 free(next_scb, M_DEVBUF); in ahd_alloc_scbs()
6217 next_scb->platform_data = pdata; in ahd_alloc_scbs()
6218 next_scb->hscb_map = hscb_map; in ahd_alloc_scbs()
[all …]
Daic7xxx.c4530 struct scb *next_scb; in ahc_alloc_scbs() local
4542 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()
4578 next_scb->platform_data = pdata; in ahc_alloc_scbs()
4579 next_scb->sg_map = sg_map; in ahc_alloc_scbs()
4580 next_scb->sg_list = segs; in ahc_alloc_scbs()
4585 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()
4586 next_scb->ahc_softc = ahc; in ahc_alloc_scbs()
4587 next_scb->flags = SCB_FLAG_NONE; in ahc_alloc_scbs()
4590 &next_scb->dmamap); in ahc_alloc_scbs()
4594 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
[all …]