Searched refs:sg_maps (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h343 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:aha_softc
H A Daha.c183 SLIST_INIT(&aha->sg_maps);
198 while ((sg_map = SLIST_FIRST(&aha->sg_maps))!= NULL) {
199 SLIST_REMOVE_HEAD(&aha->sg_maps, links);
658 SLIST_INSERT_HEAD(&aha->sg_maps, sg_map, links);
1713 SLIST_FIRST(&aha->sg_maps)->sg_physaddr = segs->ds_addr;
/freebsd-10-stable/sys/dev/advansys/
H A Dadwcam.c169 SLIST_INSERT_HEAD(&adw->sg_maps, sg_map, links);
750 SLIST_INIT(&adw->sg_maps);
767 while ((sg_map = SLIST_FIRST(&adw->sg_maps)) != NULL) {
768 SLIST_REMOVE_HEAD(&adw->sg_maps, links);
H A Dadwlib.h621 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:adw_softc
/freebsd-10-stable/sys/dev/buslogic/
H A Dbt.c207 SLIST_INIT(&bt->sg_maps);
233 while ((sg_map = SLIST_FIRST(&bt->sg_maps))!= NULL) {
234 SLIST_REMOVE_HEAD(&bt->sg_maps, links);
1031 SLIST_INSERT_HEAD(&bt->sg_maps, sg_map, links);
2285 SLIST_FIRST(&bt->sg_maps)->sg_physaddr = segs->ds_addr;
H A Dbtreg.h634 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:bt_softc
/freebsd-10-stable/sys/dev/dpt/
H A Ddpt_scsi.c327 SLIST_INSERT_HEAD(&dpt->sg_maps, sg_map, links);
355 sg_map = SLIST_FIRST(&dpt->sg_maps);
1161 while ((sg_map = SLIST_FIRST(&dpt->sg_maps)) != NULL) {
1162 SLIST_REMOVE_HEAD(&dpt->sg_maps, links);
1246 SLIST_INIT(&dpt->sg_maps);
H A Ddpt.h1058 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:dpt_softc
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.h681 SLIST_HEAD(, map_node) sg_maps; member in struct:scb_data
H A Daic7xxx.h633 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:scb_data
H A Daic7xxx.c4337 SLIST_INIT(&scb_data->sg_maps);
4487 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
4488 SLIST_REMOVE_HEAD(&scb_data->sg_maps, links);
4558 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links);
H A Daic79xx.c5672 SLIST_INIT(&scb_data->sg_maps);
5831 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5832 SLIST_REMOVE_HEAD(&scb_data->sg_maps, links);
6123 sg_map = SLIST_FIRST(&scb_data->sg_maps);
6141 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links);

Completed in 239 milliseconds