Home
last modified time | relevance | path

Searched refs:hscb_maps (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx.h655 SLIST_HEAD(, map_node) hscb_maps; member
H A Daic79xx_core.c6363 SLIST_INIT(&scb_data->hscb_maps); in ahd_init_scbdata()
6536 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
6537 SLIST_REMOVE_HEAD(&scb_data->hscb_maps, links); in ahd_fini_scbdata()
6777 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
6794 SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links); in ahd_alloc_scbs()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx.h655 SLIST_HEAD(, map_node) hscb_maps; member
H A Daic79xx_core.c6362 SLIST_INIT(&scb_data->hscb_maps); in ahd_init_scbdata()
6535 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
6536 SLIST_REMOVE_HEAD(&scb_data->hscb_maps, links); in ahd_fini_scbdata()
6776 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
6793 SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links); in ahd_alloc_scbs()

Completed in 27 milliseconds