HomeSort by: relevance | last modified time | path
    Searched refs:scb_data (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 197 return (ahc->scb_data->hscb_busaddr
205 ahc->scb_data->hscb_dmamap,
206 /*offset*/(scb->hscb - ahc->scb_data->hscbs) * sizeof(*scb->hscb),
372 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL)
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->scbindex[tag];
444 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
487 offset = scb - ahc->scb_data->scbarray
    [all...]
aic7xxx.c 923 ahc->scb_data->hscbs[scbptr].tag);
2138 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
3815 if (ahc->scb_data == NULL) {
3816 ahc->scb_data = malloc(sizeof(*ahc->scb_data),
4135 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4171 struct scb_data *scb_data; local in function:ahc_init_scbdata
4173 scb_data = ahc->scb_data;
4259 struct scb_data *scb_data; local in function:ahc_fini_scbdata
4304 struct scb_data *scb_data; local in function:ahc_alloc_scbs
    [all...]
aic79xx.c 3328 for (scb_tag = 0; scb_tag < ahd->scb_data.maxhscbs; scb_tag++) {
5394 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5408 struct scb_data *scb_data; local in function:ahd_init_scbdata
5411 scb_data = &ahd->scb_data;
5412 TAILQ_INIT(&scb_data->free_scbs);
5414 LIST_INIT(&scb_data->free_scb_lists[i]);
5415 LIST_INIT(&scb_data->any_dev_free_scb_list);
5416 SLIST_INIT(&scb_data->hscb_maps)
5499 struct scb_data *scb_data; local in function:ahd_fini_scbdata
5743 struct scb_data *scb_data; local in function:ahd_alloc_scbs
    [all...]
aic7xxx_osm.c 87 ahc->sc_adapter.adapt_openings = ahc->scb_data->numscbs - 1;
392 if (ahc->scb_data->numscbs >= AHC_SCB_MAX_ALLOC)
665 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
887 && (active_scb_index < ahc->scb_data->numscbs)) {
aic79xx_osm.c 88 ahd->sc_adapter.adapt_openings = ahd->scb_data.numscbs - 1;
404 if (ahd->scb_data.numscbs >= AHD_SCB_MAX_ALLOC)
632 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
aic79xxvar.h 655 struct scb_data { struct
1076 struct scb_data scb_data; member in struct:ahd_softc
aic7xxxvar.h 700 struct scb_data { struct
1039 struct scb_data *scb_data; member in struct:ahc_softc
aic79xx_inline.h 712 scb = ahd->scb_data.scbindex[tag];
755 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;

Completed in 25 milliseconds