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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h386 ahc->scb_data->scbindex[hscb->tag] = NULL;
401 scb = ahc->scb_data->scbindex[tag];
441 /* Now define the mapping from tag to SCB in the scbindex */
442 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xx_inline.h729 scb = ahd->scb_data.scbindex[tag];
768 /* Now define the mapping from tag to SCB in the scbindex */
769 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic79xx.h669 struct scb *scbindex[AHD_SCB_MAX]; member in struct:scb_data
H A Daic7xxx.h608 struct scb *scbindex[256]; /* member in struct:scb_data
H A Daic7xxx.c826 u_int scbindex = ahc_inb(ahc, SCB_TAG); local
830 scb = ahc_lookup_scb(ahc, scbindex);
892 u_int scbindex; local
897 scbindex = ahc_inb(ahc, SCB_TAG);
898 scb = ahc_lookup_scb(ahc, scbindex);
5557 ahc->scb_data->scbindex[scb->hscb->tag] = NULL;
5989 * might not still have mappings in the scbindex array (e.g. unexpected
H A Daic79xx_osm.c1051 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic7xxx_osm.c1115 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xx.c1360 u_int scbindex; local
1365 scbindex = ahd_get_scbptr(ahd);
1366 scb = ahd_lookup_scb(ahd, scbindex);
6017 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;

Completed in 193 milliseconds