Searched refs:scb_data (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h192 return (ahc->scb_data->hscb_busaddr
199 aic_dmamap_sync(ahc, ahc->scb_data->hscb_dmat,
200 ahc->scb_data->hscb_dmamap,
211 aic_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
365 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
368 scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
372 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
386 ahc->scb_data->scbindex[hscb->tag] = NULL;
390 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
401 scb = ahc->scb_data
[all...]
H A Daic7xxx.c588 if (ahc->scb_data->recovery_scbs == 0
926 ahc->scb_data->hscbs[scbptr].tag);
2156 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
3965 if (ahc->scb_data == NULL) {
3966 ahc->scb_data = malloc(sizeof(*ahc->scb_data),
3968 if (ahc->scb_data == NULL)
3970 memset(ahc->scb_data, 0, sizeof(*ahc->scb_data));
4289 for (i = 0; i < ahc->scb_data
4333 struct scb_data *scb_data; local
4475 struct scb_data *scb_data; local
4529 struct scb_data *scb_data; local
[all...]
H A Daic79xx.c5649 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5663 struct scb_data *scb_data; local
5666 scb_data = &ahd->scb_data;
5667 TAILQ_INIT(&scb_data->free_scbs);
5669 LIST_INIT(&scb_data->free_scb_lists[i]);
5670 LIST_INIT(&scb_data->any_dev_free_scb_list);
5671 SLIST_INIT(&scb_data->hscb_maps);
5672 SLIST_INIT(&scb_data
5804 struct scb_data *scb_data; local
6066 struct scb_data *scb_data; local
[all...]
H A Daic79xx_inline.h386 aic_dmamap_sync(ahd, ahd->scb_data.hscb_dmat,
398 aic_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
407 aic_dmamap_sync(ahd, ahd->scb_data.sense_dmat,
729 scb = ahd->scb_data.scbindex[tag];
769 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic79xx.h648 struct scb_data { struct
1096 #define AIC_SCB_DATA(softc) (&(softc)->scb_data)
1104 struct scb_data scb_data; member in struct:ahd_softc
H A Daic7xxx.h603 struct scb_data { struct
930 #define AIC_SCB_DATA(softc) ((softc)->scb_data)
938 struct scb_data *scb_data; member in struct:ahc_softc
H A Daic79xx_osm.c374 ahd->scb_data.recovery_scbs--;
380 if (ahd->scb_data.recovery_scbs == 0) {
1051 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic7xxx_osm.c390 ahc->scb_data->recovery_scbs--;
396 if (ahc->scb_data->recovery_scbs == 0) {
1115 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xx_pci.c323 struct scb_data *shared_scb_data;

Completed in 90 milliseconds