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

/drivers/scsi/aic7xxx/
H A Daic79xx.h658 SLIST_HEAD(, map_node) hscb_maps; member in struct:scb_data
H A Daic79xx_core.c6417 SLIST_INIT(&scb_data->hscb_maps);
6590 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
6591 SLIST_REMOVE_HEAD(&scb_data->hscb_maps, links);
6831 hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
6848 SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links);

Completed in 269 milliseconds