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

/freebsd-12-stable/sys/dev/advansys/
H A Dadwcam.c171 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.h623 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:adw_softc
/freebsd-12-stable/sys/dev/aha/
H A Dahareg.h343 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:aha_softc
H A Daha.c184 SLIST_INIT(&aha->sg_maps);
199 while ((sg_map = SLIST_FIRST(&aha->sg_maps))!= NULL) {
200 SLIST_REMOVE_HEAD(&aha->sg_maps, links);
652 SLIST_INSERT_HEAD(&aha->sg_maps, sg_map, links);
1703 SLIST_FIRST(&aha->sg_maps)->sg_physaddr = segs->ds_addr;
/freebsd-12-stable/sys/dev/buslogic/
H A Dbt.c208 SLIST_INIT(&bt->sg_maps);
234 while ((sg_map = SLIST_FIRST(&bt->sg_maps))!= NULL) {
235 SLIST_REMOVE_HEAD(&bt->sg_maps, links);
1016 SLIST_INSERT_HEAD(&bt->sg_maps, sg_map, links);
2266 SLIST_FIRST(&bt->sg_maps)->sg_physaddr = segs->ds_addr;
H A Dbtreg.h626 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:bt_softc
/freebsd-12-stable/sys/dev/dpt/
H A Ddpt_scsi.c307 SLIST_INSERT_HEAD(&dpt->sg_maps, sg_map, links);
335 sg_map = SLIST_FIRST(&dpt->sg_maps);
1050 while ((sg_map = SLIST_FIRST(&dpt->sg_maps)) != NULL) {
1051 SLIST_REMOVE_HEAD(&dpt->sg_maps, links);
1135 SLIST_INIT(&dpt->sg_maps);
H A Ddpt.h1043 SLIST_HEAD(, sg_map_node) sg_maps; member in struct:dpt_softc
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h683 SLIST_HEAD(, map_node) sg_maps; member in struct:scb_data
H A Daic7xxx.h635 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);
4554 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links);
H A Daic79xx.c5665 SLIST_INIT(&scb_data->sg_maps);
5824 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5825 SLIST_REMOVE_HEAD(&scb_data->sg_maps, links);
6116 sg_map = SLIST_FIRST(&scb_data->sg_maps);
6134 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links);

Completed in 311 milliseconds