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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h194 return (ahc->scb_data->hscb_busaddr
201 aic_dmamap_sync(ahc, ahc->scb_data->hscb_dmat,
202 ahc->scb_data->hscb_dmamap,
213 aic_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
367 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
370 scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
388 ahc->scb_data->scbindex[hscb->tag] = NULL;
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
403 scb = ahc->scb_data
[all...]
H A Daic7xxx.c589 if (ahc->scb_data->recovery_scbs == 0
925 ahc->scb_data->hscbs[scbptr].tag);
2150 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
3948 if (ahc->scb_data == NULL) {
3949 ahc->scb_data = malloc(sizeof(*ahc->scb_data),
3951 if (ahc->scb_data == NULL)
3953 memset(ahc->scb_data, 0, sizeof(*ahc->scb_data));
4269 for (i = 0; i < ahc->scb_data
4313 struct scb_data *scb_data; local
4455 struct scb_data *scb_data; local
4505 struct scb_data *scb_data; local
[all...]
H A Daic79xx.c5610 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5624 struct scb_data *scb_data; local
5627 scb_data = &ahd->scb_data;
5628 TAILQ_INIT(&scb_data->free_scbs);
5630 LIST_INIT(&scb_data->free_scb_lists[i]);
5631 LIST_INIT(&scb_data->any_dev_free_scb_list);
5632 SLIST_INIT(&scb_data->hscb_maps);
5633 SLIST_INIT(&scb_data
5765 struct scb_data *scb_data; local
6023 struct scb_data *scb_data; local
[all...]
H A Daic79xx_inline.h388 aic_dmamap_sync(ahd, ahd->scb_data.hscb_dmat,
400 aic_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
409 aic_dmamap_sync(ahd, ahd->scb_data.sense_dmat,
731 scb = ahd->scb_data.scbindex[tag];
771 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic79xx.h650 struct scb_data { struct
1098 #define AIC_SCB_DATA(softc) (&(softc)->scb_data)
1106 struct scb_data scb_data; member in struct:ahd_softc
H A Daic7xxx.h605 struct scb_data { struct
932 #define AIC_SCB_DATA(softc) ((softc)->scb_data)
940 struct scb_data *scb_data; member in struct:ahc_softc
H A Daic79xx_osm.c372 ahd->scb_data.recovery_scbs--;
378 if (ahd->scb_data.recovery_scbs == 0) {
1044 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic7xxx_osm.c387 ahc->scb_data->recovery_scbs--;
393 if (ahc->scb_data->recovery_scbs == 0) {
1106 ahc->scb_data->scbindex[scb->hscb->tag] = scb;

Completed in 211 milliseconds