hscb_map          611 drivers/scsi/aic7xxx/aic79xx.h 	struct map_node	 	 *hscb_map;
hscb_map          522 drivers/scsi/aic7xxx/aic79xx_core.c 			scb->hscb_map->dmamap,
hscb_map          523 drivers/scsi/aic7xxx/aic79xx_core.c 			/*offset*/(uint8_t*)scb->hscb - scb->hscb_map->vaddr,
hscb_map          829 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd->next_queued_hscb_map = scb->hscb_map;
hscb_map          831 drivers/scsi/aic7xxx/aic79xx_core.c 	scb->hscb_map = q_hscb_map;
hscb_map         6574 drivers/scsi/aic7xxx/aic79xx_core.c 		struct map_node *hscb_map;
hscb_map         6576 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
hscb_map         6579 drivers/scsi/aic7xxx/aic79xx_core.c 					  hscb_map->dmamap);
hscb_map         6581 drivers/scsi/aic7xxx/aic79xx_core.c 					hscb_map->vaddr, hscb_map->dmamap);
hscb_map         6582 drivers/scsi/aic7xxx/aic79xx_core.c 			kfree(hscb_map);
hscb_map         6797 drivers/scsi/aic7xxx/aic79xx_core.c 	struct map_node *hscb_map;
hscb_map         6817 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
hscb_map         6818 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
hscb_map         6819 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb_busaddr = hscb_map->physaddr + (offset * sizeof(*hscb));
hscb_map         6821 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb_map = kmalloc(sizeof(*hscb_map), GFP_ATOMIC);
hscb_map         6823 drivers/scsi/aic7xxx/aic79xx_core.c 		if (hscb_map == NULL)
hscb_map         6828 drivers/scsi/aic7xxx/aic79xx_core.c 				     (void **)&hscb_map->vaddr,
hscb_map         6829 drivers/scsi/aic7xxx/aic79xx_core.c 				     BUS_DMA_NOWAIT, &hscb_map->dmamap) != 0) {
hscb_map         6830 drivers/scsi/aic7xxx/aic79xx_core.c 			kfree(hscb_map);
hscb_map         6834 drivers/scsi/aic7xxx/aic79xx_core.c 		SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links);
hscb_map         6836 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_dmamap_load(ahd, scb_data->hscb_dmat, hscb_map->dmamap,
hscb_map         6837 drivers/scsi/aic7xxx/aic79xx_core.c 				hscb_map->vaddr, PAGE_SIZE, ahd_dmamap_cb,
hscb_map         6838 drivers/scsi/aic7xxx/aic79xx_core.c 				&hscb_map->physaddr, /*flags*/0);
hscb_map         6840 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb = (struct hardware_scb *)hscb_map->vaddr;
hscb_map         6841 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb_busaddr = hscb_map->physaddr;
hscb_map         6936 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->hscb_map = hscb_map;