Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c5876 struct scb *next_scb; in ahd_rem_col_list() local
5883 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list()
5884 if (next_scb != NULL) { in ahd_rem_col_list()
5886 next_scb, links.tqe); 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()
6134 next_scb->platform_data = pdata; in ahd_alloc_scbs()
6135 next_scb->hscb_map = hscb_map; in ahd_alloc_scbs()
[all …]